Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lore-w
10 years ago
Commit
0d5c9079d5853e3bee9e3b8a9a82956b69af0869
1 parent
1c52ad9b
测试yohood滚动闪烁问题
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
3 deletions
res/config.rb
res/css/index.css
res/css/index.css.map
res/css/mobile.css
res/css/mobile.css.map
res/sass/_base.scss
res/config.rb
View file @
0d5c907
...
...
@@ -19,6 +19,8 @@ output_style = :compressed
# To disable debugging comments that display the original location of your selectors. Uncomment:
line_comments
=
false
sourcemap
=
true
# If you prefer the indented syntax, you might want to regenerate this
# project again passing --syntax sass, or you can uncomment this:
...
...
res/css/index.css
View file @
0d5c907
html
,
body
,
div
,
span
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
code
,
del
,
dfn
,
em
,
img
,
q
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
i
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-weight
:
inherit
;
font-style
:
inherit
;
font-size
:
100%
;
font-family
:
inherit
;
vertical-align
:
baseline
}
body
{
line-height
:
1.5
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
caption
,
th
,
td
,
b
,
strong
{
text-align
:
left
;
font-weight
:
normal
}
table
,
td
,
th
{
vertical-align
:
middle
}
blockquote
:before
,
blockquote
:after
,
q
:before
,
q
:after
{
content
:
""
}
blockquote
,
q
{
quotes
:
""
""
}
a
img
{
border
:
none
}
em
,
cite
{
font-style
:
normal
}
body
{
background
:
#fff
;
font
:
12px
/
1.5
"arial"
,
"helvetica"
,
"微软雅黑"
;
color
:
#000
;
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
}
html
{
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
normal
;
color
:
#111
}
a
{
text-decoration
:
none
;
cursor
:
pointer
}
a
:focus
{
outline
:
none
}
dl
,
dt
,
dd
,
ul
,
li
{
list-style
:
none
}
.clearfix
:before
,
.clearfix
:after
{
content
:
""
;
display
:
table
}
.clearfix
:after
{
clear
:
both
}
.clearfix
{
zoom
:
1
;
*
zoom
:
1
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url("../fonts/iconfont.eot")
;
src
:
url("../fonts/iconfont.eot?#iefix")
format
(
"embedded-opentype"
),
url("../fonts/iconfont.woff")
format
(
"woff"
),
url("../fonts/iconfont.ttf")
format
(
"truetype"
),
url("../fonts/iconfont.svg#iconfont")
format
(
"svg"
)}
.iconfont
{
font-family
:
"iconfont"
!important
;
font-size
:
16px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-webkit-text-stroke-width
:
0.2px
;
-moz-osx-font-smoothing
:
grayscale
}
html
,
body
{
overflow-x
:
hidden
}
.yoho-nav
{
width
:
100%
;
height
:
34px
;
line-height
:
34px
;
background
:
#f4f4f4
;
border-bottom
:
1px
solid
#d8d8d8
}
.yoho-nav
ul
{
float
:
left
;
padding-left
:
10px
}
.yoho-nav
ul
li
{
float
:
left
;
position
:
relative
;
width
:
100px
;
cursor
:
pointer
}
.yoho-nav
ul
li
span
{
display
:
block
;
width
:
100%
;
height
:
100%
;
line-height
:
37px
;
text-align
:
center
}
.yoho-nav
ul
li
a
{
width
:
100%
;
height
:
100%
;
text-align
:
center
;
color
:
#000000
;
display
:
none
}
.yoho-nav
ul
li
a
:focus
{
outline
:
none
}
.yoho-nav
ul
li
.current
{
height
:
35px
;
line-height
:
35px
;
border-right
:
1px
solid
#d8d8d8
;
border-left
:
1px
solid
#d8d8d8
;
background
:
#fff
}
.yoho-nav
ul
li
:hover
span
{
display
:
none
}
.yoho-nav
ul
li
:hover
a
{
display
:
block
}
.yoho-nav
.contact-btn
{
float
:
right
;
margin
:
0
15px
;
color
:
#aaaaaa
}
.header
{
width
:
100%
;
padding
:
14px
0
0
0
}
.logo
{
margin
:
0
0
21px
0
;
height
:
79px
;
background
:
url("../images/yohood/logo.png")
no-repeat
center
center
}
@keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
122px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@-webkit-keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@-moz-keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@-ms-keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
.nav
{
border-top
:
2px
solid
#000
;
border-bottom
:
2px
solid
#000
;
overflow
:
hidden
}
.nav
ul
{
width
:
980px
;
margin
:
0
auto
}
.nav
ul
li
{
position
:
relative
;
float
:
left
;
line-height
:
44px
;
height
:
44px
;
width
:
122px
}
.nav
ul
li
a
{
position
:
relative
;
z-index
:
10
;
width
:
122px
;
display
:
none
;
font-size
:
14px
;
color
:
#fff
}
.nav
ul
li
a
:focus
{
outline
:
none
}
.nav
ul
li
span
{
display
:
block
;
text-align
:
center
;
font-size
:
14px
;
color
:
#000
}
.nav
ul
li
i
{
display
:
none
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
width
:
44px
;
height
:
44px
;
margin-left
:
-22px
;
margin-top
:
-22px
;
border-radius
:
50%
;
background
:
#000
;
z-index
:
9
}
.nav
ul
li
:hover
span
,
.nav
ul
li
.current
span
{
display
:
none
}
.nav
ul
li
.current
a
{
display
:
block
;
background
:
#000
;
text-align
:
center
}
.nav
ul
li
.current
i
{
display
:
none
}
.nav
ul
li
.animate
a
{
display
:
block
;
text-align
:
center
;
margin
:
0
auto
}
.nav
ul
li
.animate
i
{
display
:
block
;
animation
:
.5s
rainbow
forwards
;
-webkit-animation
:
.5s
rainbow
forwards
;
-moz-animation
:
.5s
rainbow
forwards
;
-ms-animation
:
.5s
rainbow
forwards
;
width
:
122px
\
9
;
margin-left
:
0
\
9
;
left
:
0
\
9
;
width
:
122px
\
0
;
margin-left
:
0
\
0
;
left
:
0
\
0
;
border-radius
:
0
\
0
}
.slide-main
{
position
:
relative
}
.slide-box
{
position
:
relative
;
margin
:
16px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.slide-box
.slide-wrap
{
height
:
468px
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
}
.slide-navigator
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
-32px
;
text-align
:
center
}
.slide-navigator
.dib
{
*
display
:
inline
!important
;
zoom
:
1
}
.slide-navigator
.dib
a
{
float
:
left
;
width
:
10px
;
height
:
10px
;
margin
:
0
10px
0
0
;
background-image
:
url("../images/yohood/sprites.png")
;
background-position
:
0
-144px
}
.slide-navigator
.dib
a
:focus
{
outline
:
none
}
.slide-navigator
.dib
.on
{
background-position
:
0
-124px
}
.slide-control
a
{
position
:
absolute
;
top
:
50%
;
margin
:
-28px
0
0
0
;
font-size
:
48px
;
color
:
#000
}
.slide-control
a
:focus
{
outline
:
none
}
.slide-control
.slide-prev
{
left
:
-70px
}
.slide-control
.slide-next
{
right
:
-70px
}
.content-tab
{
margin
:
30px
0
0
0
;
text-align
:
center
}
.content-tab
ul
{
display
:
inline-block
;
*
display
:
inline
!important
;
*
zoom
:
1
}
.content-tab
ul
li
{
float
:
left
;
margin-left
:
18px
}
.content-tab
ul
li
a
{
display
:
block
;
padding
:
0
10px
;
line-height
:
30px
;
color
:
#000
;
border
:
1px
solid
#000
;
border-radius
:
2px
;
font-size
:
14px
}
.content-tab
ul
li
a
:focus
{
outline
:
none
}
.content-tab
ul
:first-child
{
margin-left
:
0
}
.content-tab
ul
li
.current
a
{
background
:
#000
;
color
:
#fff
}
.main-layout
{
width
:
1008px
}
.main-layout
.layout-item
{
float
:
left
;
width
:
308px
;
margin
:
0
28px
26px
0
}
.main-layout
.layout-item
.image-box
{
position
:
relative
}
.main-layout
.layout-item
.image-box
a
{
display
:
block
}
.main-layout
.layout-item
.image-box
a
img
{
display
:
block
;
margin
:
0
auto
;
max-width
:
100%
}
.main-layout
.layout-item
.image-box
a
:focus
{
outline
:
none
}
.main-layout
.layout-item
.image-box
.item-tag
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
padding
:
0
11px
;
background
:
#000
;
line-height
:
26px
;
font-size
:
14px
;
color
:
#fff
}
.main-layout
.layout-item
.image-box
.play-icon
{
position
:
absolute
;
width
:
50px
;
height
:
43px
;
background
:
url("../images/yohood/play.png")
;
background-size
:
100%
100%
;
left
:
50%
;
top
:
50%
;
margin
:
-22px
0
0
-25px
}
.main-layout
.layout-item
.image-box
.play-icon.small
{
background
:
url("../images/yohood/play-small.png")
}
.main-layout
.layout-item
.content
h2
{
margin
:
15px
0
0
0
}
.main-layout
.layout-item
.content
h2
a
{
line-height
:
24px
;
font-size
:
20px
;
font-weight
:
bold
;
color
:
#000
}
.main-layout
.layout-item
.content
h2
a
:focus
{
outline
:
none
}
.main-layout
.layout-item
.content
p
{
margin
:
8px
0
0
0
;
font-size
:
14px
;
color
:
#000
;
line-height
:
20px
}
.main-layout
.layout-item
.content
.time
{
margin
:
0
;
color
:
#b2b2b2
;
font-size
:
12px
}
.pagination
{
margin
:
56px
0
0
0
;
text-align
:
center
}
.pagination
.pagination-inner
{
display
:
inline-block
;
*
display
:
inline
!important
;
zoom
:
1
}
.pagination
.pagination-inner
a
{
float
:
left
;
width
:
36px
;
height
:
30px
;
line-height
:
30px
;
font-size
:
14px
;
color
:
#999997
}
.pagination
.pagination-inner
a
:focus
{
outline
:
none
}
.pagination
.pagination-inner
.current
{
background
:
#000
;
color
:
#fff
;
border-radius
:
2px
}
.cooperation-list
{
width
:
1005px
;
margin
:
12px
0
0
0
}
.cooperation-list
li
{
float
:
left
;
margin
:
0
27px
27px
0
}
.cooperation-list
li
a
{
display
:
block
}
.cooperation-list
li
a
:focus
{
outline
:
none
}
.cooperation-list
li
.img-box
{
width
:
172px
;
height
:
116px
;
overflow
:
hidden
;
border
:
1px
solid
#e0e0e0
;
display
:
table-cell
;
vertical-align
:
middle
;
text-align
:
center
}
.cooperation-list
li
.img-box
:hover
{
border
:
1px
solid
#000
}
.cooperation-list
li
p
{
margin
:
16px
0
0
0
;
line-height
:
16px
;
text-align
:
center
;
color
:
#000
}
.cooperation-list
li
.current
.img-box
{
border
:
1px
solid
#000
}
.limited-goods
{
position
:
relative
;
padding
:
30px
0
30px
0
;
background
:
#333333
}
.limited-goods
h2
{
font-size
:
24px
;
color
:
#8b8b8b
;
font-weight
:
bold
;
text-align
:
center
;
background
:
url("../images/yohood/limited-line.png")
no-repeat
center
center
}
.limited-slide-box
{
position
:
relative
;
width
:
944px
;
margin
:
28px
auto
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.limited-slide-box
.slide-wrap
{
position
:
relative
;
overflow
:
hidden
}
.limited-slide-box
.box
{
position
:
relative
;
float
:
left
;
width
:
100%
}
.goods-list
{
width
:
992px
}
.goods-list
li
{
float
:
left
;
width
:
150px
;
margin
:
0
48px
0
0
}
.goods-list
li
.img-box
{
position
:
relative
;
height
:
200px
;
text-align
:
center
;
overflow
:
hidden
}
.goods-list
li
.img-box
img
{
width
:
100%
}
.goods-list
li
.img-box
span
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
width
:
55px
;
height
:
25px
;
line-height
:
25px
;
background
:
#000
;
color
:
#fff
;
font-size
:
14px
;
text-align
:
center
}
.goods-list
li
.img-box
span
.red
{
background
:
#ef3d00
}
.goods-list
li
.goods-name
{
margin
:
5px
0
0
0
;
line-height
:
18px
;
font-size
:
14px
;
color
:
#ccc
}
.goods-list
li
.price
{
margin
:
6px
0
0
0
;
line-height
:
18px
;
color
:
#ccc
;
font-size
:
12px
}
.goods-list
li
.price
.original-price
{
color
:
#999
;
text-decoration
:
line-through
;
margin-right
:
4px
}
.limited-slide-control
a
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
font-size
:
30px
;
color
:
#ebebeb
}
.limited-slide-control
a
:focus
{
outline
:
none
}
.limited-slide-control
.limited-slide-prev
{
margin-left
:
-510px
}
.limited-slide-control
.limited-slide-next
{
margin-left
:
480px
}
.limited-slide-control
.disable
{
color
:
#4a4a4a
}
.return-top
{
position
:
fixed
;
bottom
:
410px
;
left
:
50%
;
margin-left
:
600px
}
.return-top
a
{
color
:
#000
}
.return-top
span
{
display
:
block
}
.img-zoom
{
display
:
none
;
position
:
fixed
;
z-index
:
102
;
left
:
50%
;
top
:
50%
}
.img-zoom
img
{
display
:
block
}
.img-zoom.show
{
display
:
block
}
.overlay
{
display
:
none
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
background
:
#000
\
9
;
filter
:
alpha
(
opacity
=
50
)
\
9
;
width
:
100%
\
9
;
height
:
100%
\
9
;
z-index
:
101
}
.overlay.show
{
display
:
block
}
.share
{
position
:
absolute
;
z-index
:
99
;
left
:
50%
;
top
:
367px
;
margin-left
:
-596px
}
.share
h4
{
font-size
:
14px
;
margin-bottom
:
5px
}
.share
li
{
position
:
relative
;
width
:
34px
;
height
:
34px
;
margin-bottom
:
13px
}
.share
li
img
{
display
:
block
;
width
:
100%
}
.share
.wx-qrcode-dialog
{
display
:
none
;
position
:
absolute
;
background
:
#fff
url("../images/yohood/share-wx-bg.png")
;
width
:
223px
;
height
:
220px
;
left
:
50px
;
top
:
-88px
;
padding
:
12px
0
0
0
;
text-align
:
center
}
.share
.wx-qrcode-dialog
.wx-popup-hd
{
margin-bottom
:
5px
;
font-size
:
16px
}
.share
.wx-qrcode-dialog
.wx-popup-bd
{
width
:
125px
;
height
:
125px
;
margin
:
0
auto
}
.share
.wx-qrcode-dialog
.wx-popup-bd
img
{
display
:
block
;
width
:
100%
}
.share
.wx-qrcode-dialog
.wx-popup-ft
{
font-size
:
14px
}
.ft
{
width
:
100%
}
.bd
{
width
:
980px
;
margin
:
0
auto
}
.wrapper
{
width
:
980px
;
margin
:
0
auto
}
.slide-main
{
position
:
relative
}
.slide-box
{
position
:
relative
;
margin
:
16px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.slide-box
.slide-wrap
{
height
:
468px
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
}
.slide-navigator
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
-32px
;
text-align
:
center
}
.slide-navigator
.dib
{
display
:
inline-block
}
.slide-navigator
.dib
a
{
float
:
left
;
width
:
10px
;
height
:
10px
;
margin
:
0
10px
0
0
;
background-image
:
url("../images/yohood/sprites.png")
;
background-position
:
0
-144px
}
.slide-navigator
.dib
.on
{
background-position
:
0
-124px
}
.slide-control
a
{
position
:
absolute
;
top
:
50%
;
margin
:
-28px
0
0
0
;
font-size
:
48px
;
color
:
#000
}
.slide-control
.slide-prev
{
left
:
-70px
}
.slide-control
.slide-next
{
right
:
-70px
}
.content-wrap
{
margin
:
50px
0
0
0
}
.cooperation
{
position
:
relative
;
margin
:
48px
0
;
height
:
118px
;
border
:
1px
solid
#000
}
.cooperation-slide-box
{
position
:
relative
;
width
:
800px
;
margin
:
0
auto
;
padding
:
28px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.cooperation-slide-box
.slide-wrap
{
position
:
relative
;
overflow
:
hidden
}
.cooperation-slide-box
.slide-wrap
.box
{
position
:
relative
;
float
:
left
;
width
:
100%
}
.cooperation
.partner
{
float
:
left
;
margin
:
0
50px
0
0
}
.cooperation
.media
{
float
:
left
;
height
:
68px
;
padding
:
0
0
0
50px
;
border-left
:
1px
solid
#000
}
.cooperation
h2
{
font-size
:
14px
;
line-height
:
20px
}
.cooperation
ul
li
{
float
:
left
;
height
:
60px
;
width
:
132px
}
.cooperation
ul
li
a
{
width
:
132px
;
height
:
60px
;
display
:
table-cell
;
vertical-align
:
middle
;
text-align
:
center
}
.cooperation
.partner
ul
li
,
.cooperation
.media
ul
li
{
width
:
115px
}
.cooperation
.partner
ul
li
a
,
.cooperation
.media
ul
li
a
{
width
:
115px
}
.cooperation-slide-control
a
{
position
:
absolute
;
top
:
50%
;
margin-top
:
-16px
;
color
:
#000
;
font-size
:
26px
}
.cooperation-slide-control
.cooperation-slide-prev
{
left
:
20px
}
.cooperation-slide-control
.cooperation-slide-next
{
right
:
20px
}
.cooperation-slide-control
.disable
{
color
:
#d9d9d9
}
.activity-main
{
margin
:
30px
0
50px
0
}
.activity-content
{
display
:
none
}
.activity-content
:first-child
{
display
:
block
}
.activity-content.current
{
display
:
block
}
.activity-content
.section
{
width
:
820px
;
text-align
:
center
;
margin
:
0
auto
20px
}
.activity-content
.section
p
{
text-align
:
left
;
font-size
:
14px
;
line-height
:
18px
;
color
:
#000
}
.activity-content
.section
h4
{
text-align
:
left
;
font-weight
:
bold
}
.video-wrap
.layout-item
{
height
:
362px
;
margin
:
0
28px
0
0
}
.video-wrap
.layout-item
.image-box
{
height
:
198px
;
overflow
:
hidden
}
.video-wrap
.layout-item
.image-box
img
{
width
:
100%
}
.activity-cooperation
.section
{
text-align
:
left
;
margin
:
0
0
12px
0
}
.activity-cooperation
.section
h2
{
color
:
#000
;
line-height
:
20px
;
font-size
:
18px
;
font-weight
:
bold
}
.contant-tab
{
margin
:
30px
0
0
0
;
text-align
:
center
}
.contant-tab
ul
{
display
:
inline-block
}
.contant-tab
ul
li
{
float
:
left
;
margin-left
:
18px
}
.contant-tab
ul
li
a
{
display
:
block
;
padding
:
0
10px
;
line-height
:
30px
;
color
:
#000
;
border
:
2px
solid
#7e7e7e
;
border-radius
:
2px
;
font-size
:
14px
}
.contant-tab
ul
:first-child
{
margin-left
:
0
}
.contant-tab
ul
li
.current
a
{
background
:
#000
;
color
:
#fff
}
.news-tab
ul
li
{
margin-left
:
8px
}
.news-main
{
margin
:
30px
0
50px
0
}
.brand-main
{
margin
:
50px
0
}
.search-wrap
{
position
:
relative
;
width
:
306px
;
height
:
36px
;
margin
:
0
auto
;
padding
:
0
;
line-height
:
36px
}
.search-wrap
input
{
width
:
260px
;
height
:
36px
;
line-height
:
36px
\
9
;
padding
:
0
36px
0
10px
;
margin
:
0
;
border
:
none
;
background
:
url("../images/yohood/search-bg.png")
;
outline
:
none
}
.search-wrap
.search-btn
{
position
:
absolute
;
top
:
0px
;
right
:
10px
;
color
:
#000
;
font-weight
:
bold
}
.search-wrap
.search-btn
:focus
{
outline
:
none
}
.brand-content
{
margin
:
38px
0
0
0
}
.brand-content
.no-search
{
display
:
none
;
margin
:
100px
0
120px
0
;
text-align
:
center
;
line-height
:
22px
;
font-size
:
16px
}
.brand-content
.no-search
a
{
font-size
:
16px
;
color
:
#000
}
.brand-content
.no-search
a
:hover
{
text-decoration
:
underline
}
.brand-list
li
{
float
:
left
}
.brand-introduction
{
display
:
none
;
position
:
fixed
;
width
:
644px
;
max-height
:
604px
;
top
:
50%
;
left
:
50%
;
margin
:
-314px
0
0
-352px
;
padding
:
24px
30px
30px
;
z-index
:
102
;
background
:
#fff
}
.brand-introduction
h2
{
font-size
:
18px
;
color
:
#000
;
line-height
:
20px
}
.brand-introduction
.brand-info
{
margin
:
20px
0
0
0
;
padding-bottom
:
30px
;
border-bottom
:
1px
solid
#e0e0e0
}
.brand-introduction
.brand-info
.pic
{
float
:
left
;
width
:
200px
;
height
:
200px
;
overflow
:
hidden
;
margin-top
:
6px
}
.brand-introduction
.brand-info
.pic
img
{
width
:
100%
}
.brand-introduction
.brand-info
.text
{
float
:
left
;
margin
:
0
0
0
29px
}
.brand-introduction
.brand-info
.text
p
{
width
:
414px
;
max-height
:
192px
;
overflow-x
:
hidden
;
margin
:
0
;
line-height
:
24px
;
font-size
:
14px
}
.brand-introduction
.brand-info
.text
a
{
display
:
block
;
width
:
94px
;
height
:
33px
;
margin-top
:
15px
;
padding-left
:
34px
;
line-height
:
35px
;
border
:
1px
solid
#000
;
border-radius
:
4px
;
background
:
#fff
;
color
:
#000
;
background
:
url("../images/yohood/enter-store.png")
no-repeat
10px
center
}
.brand-introduction
.brand-close-btn
{
position
:
absolute
;
color
:
#b2b2b2
;
top
:
10px
;
right
:
10px
}
.related-post
h3
{
margin-top
:
28px
;
line-height
:
22px
;
font-size
:
18px
}
.related-post
.post-list
{
margin-top
:
17px
;
width
:
666px
}
.related-post
.post-list
.layout-item
{
float
:
left
;
width
:
200px
;
margin-right
:
22px
}
.related-post
.post-list
.layout-item
.image-box
{
height
:
128px
;
overflow
:
hidden
}
.related-post
.post-list
.layout-item
.content
h2
{
margin
:
8px
0
0
0
;
line-height
:
20px
}
.related-post
.post-list
.layout-item
.content
h2
a
{
font-size
:
14px
;
font-weight
:
normal
}
.video-list
{
margin
:
28px
0
50px
}
.site-activity-date
{
margin
:
38px
0
0
0
;
width
:
120px
;
line-height
:
38px
;
font-size
:
22px
;
color
:
#000
;
border-bottom
:
4px
solid
#000
;
text-align
:
center
}
.site-activity-content
{
float
:
left
;
width
:
738px
}
.site-activity-content
.main-layout
{
width
:
auto
;
border-left
:
2px
solid
#e0e0e0
;
margin-left
:
96px
;
padding-bottom
:
50px
}
.site-activity-content
.main-layout
.layout-section
{
width
:
auto
;
position
:
relative
;
padding-top
:
84px
}
.site-activity-content
.main-layout
.layout-section
.site-activity-intro
{
position
:
absolute
;
top
:
28px
;
left
:
18px
;
background
:
#000
;
border-radius
:
2px
;
padding
:
0
15px
;
color
:
#fff
;
line-height
:
28px
}
.site-activity-content
.main-layout
.layout-section
.site-activity-intro
span
{
position
:
absolute
;
left
:
-6px
;
top
:
0
;
width
:
6px
;
height
:
17px
;
background
:
url("../images/yohood/site-activity-intro-icon.png")
no-repeat
}
.site-activity-content
.main-layout
.layout-section
.site-activity-time
{
position
:
absolute
;
color
:
#000
;
left
:
-98px
;
top
:
35px
}
.site-activity-content
.main-layout
.layout-section
.site-activity-icon
{
position
:
absolute
;
width
:
10px
;
height
:
10px
;
top
:
40px
;
left
:
-6px
;
background
:
url("../images/yohood/site-activity-icon.png")
no-repeat
}
.site-activity-content
.layout-item
{
float
:
none
;
width
:
630px
;
margin
:
0
0
0
18px
}
.site-activity-content
.layout-item
.image-box
{
float
:
left
;
width
:
310px
;
height
:
174px
;
overflow
:
hidden
}
.site-activity-content
.layout-item
.image-box
a
{
display
:
table-cell
;
width
:
310px
;
height
:
174px
;
text-align
:
center
;
vertical-align
:
middle
}
.site-activity-content
.layout-item
.content
{
float
:
left
;
margin-left
:
28px
;
width
:
290px
}
.site-activity-tab.fix
{
position
:
fixed
;
top
:
0
;
left
:
50%
;
width
:
134px
;
margin
:
10px
0
0
356px
}
.site-activity-tab
{
float
:
right
;
margin-top
:
79px
}
.site-activity-tab
h4
{
line-height
:
42px
;
padding-top
:
14px
;
border-top
:
1px
dashed
#979797
;
font-size
:
14px
;
text-align
:
center
}
.site-activity-tab
li
{
width
:
130px
;
margin-bottom
:
18px
;
line-height
:
42px
;
background
:
#fff
;
text-align
:
center
;
font-size
:
14px
;
border
:
2px
solid
#7e7e7e
;
border-radius
:
2px
}
.site-activity-tab
li
a
{
display
:
block
;
color
:
#000
}
.site-activity-tab
.current
{
border-radius
:
0
;
background
:
#000
;
border-color
:
#000
}
.site-activity-tab
.current
a
{
color
:
#fff
}
.site-activity-tab
.disable
{
border-color
:
#ccc
}
.site-activity-tab
.disable
a
{
color
:
#ccc
;
cursor
:
default
}
.show-title
{
line-height
:
98px
;
font-size
:
32px
;
color
:
#0099bb
;
text-align
:
center
}
.show-wrap
{
padding-bottom
:
50px
}
.show-wrap
.layout-item
{
height
:
396px
}
.show-wrap
.layout-item
.image-box
{
height
:
308px
;
overflow
:
hidden
}
.show-wrap
.layout-item
.image-box
img
{
width
:
100%
;
height
:
100%
}
.show-wrap
.layout-item
.image-box
.pic-tip
{
display
:
block
;
position
:
absolute
;
left
:
80px
;
top
:
80px
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
color
:
#009abe
;
text-decoration
:
none
;
height
:
18px
;
line-height
:
18px
;
padding
:
0
5px
;
border-radius
:
11px
;
font-family
:
'Helvetica'
;
font-weight
:
bold
;
box-shadow
:
1px
2px
2px
rgba
(
0
,
0
,
0
,
0.5
)}
.show-wrap
.layout-item
.image-box
.pic-tip
:after
{
position
:
absolute
;
content
:
""
;
background-image
:
url("../images/yohood/vedio-btn.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
-55px
;
background-size
:
30px
310px
;
width
:
7px
;
height
:
5px
;
top
:
13px
;
left
:
-2px
}
.img-zoom
.pic-tip
{
display
:
block
;
position
:
absolute
;
left
:
80px
;
top
:
80px
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
color
:
#009abe
;
text-decoration
:
none
;
height
:
18px
;
line-height
:
18px
;
padding
:
0
5px
;
border-radius
:
11px
;
font-family
:
'Helvetica'
;
font-weight
:
bold
;
box-shadow
:
1px
2px
2px
rgba
(
0
,
0
,
0
,
0.5
)}
.img-zoom
.pic-tip
:after
{
position
:
absolute
;
content
:
""
;
background-image
:
url("../images/yohood/vedio-btn.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
-55px
;
background-size
:
30px
310px
;
width
:
7px
;
height
:
5px
;
top
:
13px
;
left
:
-2px
}
.img-zoom
.close-btn
{
position
:
absolute
;
top
:
6px
;
right
:
-58px
;
width
:
27px
;
height
:
27px
;
background-image
:
url("../images/yohood/close-btn.png")
;
background-size
:
100%
100%
}
.detail-title
{
margin
:
48px
0
28px
;
font-size
:
28px
}
.detail-title
h2
,
.detail-title
h3
{
line-height
:
40px
;
font-weight
:
bold
}
.detail-title
.time
{
font-size
:
12px
;
color
:
#b2b2b2
;
line-height
:
24px
}
.detail-body
{
float
:
left
;
width
:
644px
}
.detail-body
img
{
max-width
:
100%
}
.detail-slide
{
margin-bottom
:
20px
}
.detail-slide-body
{
position
:
relative
;
width
:
100%
;
height
:
415px
;
overflow
:
hidden
}
.detail-slide-body
.detail-slide-piclist
{
height
:
415px
;
overflow
:
hidden
;
position
:
relative
}
.detail-slide-body
.detail-slide-piclist
.box
{
float
:
left
;
width
:
644px
;
height
:
415px
;
line-height
:
415px
;
position
:
relative
;
background
:
#000
;
text-align
:
center
}
.detail-slide-body
.detail-slide-piclist
.box
img
{
max-width
:
100%
;
vertical-align
:
middle
}
.slide-box
{
position
:
relative
;
margin
:
16px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.slide-box
.slide-wrap
{
height
:
468px
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
}
.slide-shadow
a
{
position
:
absolute
;
width
:
322px
;
top
:
0
;
bottom
:
0
}
.slide-shadow
a
:focus
{
outline
:
none
}
.slide-shadow
.slide-shadow-prev
{
left
:
0
}
.slide-shadow
.slide-shadow-next
{
right
:
0
}
.detail-slide-big-ctrl
a
{
display
:
none
;
position
:
absolute
;
font-size
:
40px
;
top
:
50%
;
color
:
#fff
;
margin-top
:
-30px
;
z-index
:
20
}
.detail-slide-big-ctrl
a
:focus
{
outline
:
none
}
.detail-slide-big-ctrl
.slide-big-ctrl-prev
{
left
:
5px
}
.detail-slide-big-ctrl
.slide-big-ctrl-next
{
right
:
5px
}
.detail-slide-ctrl
{
padding
:
15px
0
0
0
;
width
:
100%
;
height
:
65px
;
overflow
:
hidden
;
position
:
relative
}
.detail-slide-ctrl
.detail-slide-ctrl-prev
,
.detail-slide-ctrl
.detail-slide-ctrl-next
{
display
:
none
;
position
:
absolute
;
top
:
15px
;
width
:
30px
;
height
:
65px
;
line-height
:
65px
;
background
:
rgba
(
230
,
230
,
230
,
0.9
);
font-size
:
18px
;
text-align
:
center
;
color
:
#000
}
.detail-slide-ctrl
.detail-slide-ctrl-prev
{
left
:
0
}
.detail-slide-ctrl
.detail-slide-ctrl-next
{
right
:
0
}
.detail-slide-ctrl-tabs
{
position
:
relative
;
left
:
0
;
top
:
0
}
.detail-slide-ctrl-tabs
li
{
position
:
relative
;
float
:
left
;
padding
:
0
0
0
9px
}
.detail-slide-ctrl-tabs
li
img
{
display
:
block
;
width
:
100px
;
height
:
65px
}
.detail-slide-ctrl-tabs
li
:first-child
{
padding
:
0
}
.detail-slide-ctrl-tabs
li
:first-child
.current
.border
{
left
:
0px
}
.detail-slide-ctrl-tabs
li
.current
.border
{
position
:
absolute
;
left
:
7px
;
right
:
0px
;
top
:
0px
;
bottom
:
0px
;
border
:
2px
solid
#000
}
.detail-slide-ctrl-tabs
li
.current
.arrow
{
position
:
absolute
;
top
:
-9px
;
left
:
50%
;
margin
:
0
0
0
-9px
;
width
:
0
;
height
:
0
;
border-left
:
9px
solid
transparent
;
border-right
:
9px
solid
transparent
;
border-bottom
:
9px
solid
black
}
.text-body
{
margin
:
0
0
25px
0
;
font-size
:
14px
;
line-height
:
28px
}
.text-body
p
{
margin
:
25px
0
}
.detail-related-post
h3
{
font-weight
:
bold
}
.detail-side
{
width
:
280px
;
float
:
right
;
padding-bottom
:
62px
}
.detail-ad
li
{
margin-bottom
:
15px
}
.detail-ad
li
img
{
display
:
block
}
.app-download
{
width
:
278px
;
height
:
158px
;
margin-top
:
28px
;
border
:
1px
solid
#000
}
.app-download
.qr
{
float
:
left
;
margin
:
22px
0
0
18px
;
width
:
114px
;
height
:
114px
}
.app-download
.qr
img
{
display
:
block
;
width
:
100%
}
.app-download
.download-text
{
float
:
left
;
margin
:
20px
0
38px
12px
;
width
:
108px
}
.app-download
.download-text
img
{
display
:
block
;
width
:
50px
}
.app-download
.download-text
p
{
font-size
:
12px
;
color
:
#666
}
.app-download
.download-text
.yoho-name
{
font-size
:
18px
;
color
:
#000
;
font-weight
:
bold
}
.side-related-post.fix
{
position
:
fixed
;
top
:
0px
;
left
:
50%
;
width
:
280px
;
margin-left
:
210px
;
border
:
1px
solid
red
}
.side-related-tab
{
border-bottom
:
1px
solid
#000
}
.side-related-tab
a
{
float
:
left
;
width
:
140px
;
text-align
:
center
;
font-size
:
18px
;
line-height
:
38px
;
color
:
#000
;
font-weight
:
bold
}
.side-related-tab
a
.current
{
border-bottom
:
2px
solid
#000
}
.side-related-list
{
display
:
none
}
.side-related-list.current
{
display
:
block
}
.side-related-list
.layout-item
{
float
:
none
;
margin
:
20px
0
0
0
}
.side-related-list
.layout-item
.image-box
{
float
:
left
;
width
:
82px
;
height
:
53px
;
overflow
:
hidden
}
.side-related-list
.layout-item
.image-box
img
{
display
:
block
;
width
:
100%
;
height
:
100%
}
.side-related-list
.layout-item
.image-box
.play-icon
{
width
:
20px
;
height
:
20px
;
margin
:
-10px
0
0
-10px
}
.side-related-list
.layout-item
.content
{
float
:
left
;
margin-left
:
16px
;
width
:
182px
}
.side-related-list
.layout-item
.content
h2
{
margin
:
0
}
.side-related-list
.layout-item
.content
h2
a
{
font-size
:
14px
;
font-weight
:
normal
;
line-height
:
20px
}
.contact-us
{
padding
:
20px
0
30px
}
.contact-us-section
{
text-align
:
center
;
font-size
:
16px
;
line-height
:
28px
}
html
,
body
,
div
,
span
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
code
,
del
,
dfn
,
em
,
img
,
q
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
i
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-weight
:
inherit
;
font-style
:
inherit
;
font-size
:
100%
;
font-family
:
inherit
;
vertical-align
:
baseline
}
body
{
line-height
:
1.5
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
caption
,
th
,
td
,
b
,
strong
{
text-align
:
left
;
font-weight
:
normal
}
table
,
td
,
th
{
vertical-align
:
middle
}
blockquote
:before
,
blockquote
:after
,
q
:before
,
q
:after
{
content
:
""
}
blockquote
,
q
{
quotes
:
""
""
}
a
img
{
border
:
none
}
em
,
cite
{
font-style
:
normal
}
body
{
background
:
#fff
;
font
:
12px
/
1.5
"arial"
,
"helvetica"
,
"微软雅黑"
;
color
:
#000
;
width
:
100%
;
padding
:
0
;
margin
:
0
}
html
{
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
normal
;
color
:
#111
}
a
{
text-decoration
:
none
;
cursor
:
pointer
}
a
:focus
{
outline
:
none
}
dl
,
dt
,
dd
,
ul
,
li
{
list-style
:
none
}
.clearfix
:before
,
.clearfix
:after
{
content
:
""
;
display
:
table
}
.clearfix
:after
{
clear
:
both
}
.clearfix
{
zoom
:
1
;
*
zoom
:
1
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url("../fonts/iconfont.eot")
;
src
:
url("../fonts/iconfont.eot?#iefix")
format
(
"embedded-opentype"
),
url("../fonts/iconfont.woff")
format
(
"woff"
),
url("../fonts/iconfont.ttf")
format
(
"truetype"
),
url("../fonts/iconfont.svg#iconfont")
format
(
"svg"
)}
.iconfont
{
font-family
:
"iconfont"
!important
;
font-size
:
16px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-webkit-text-stroke-width
:
0.2px
;
-moz-osx-font-smoothing
:
grayscale
}
html
,
body
{
overflow-x
:
hidden
}
.yoho-nav
{
width
:
100%
;
height
:
34px
;
line-height
:
34px
;
background
:
#f4f4f4
;
border-bottom
:
1px
solid
#d8d8d8
}
.yoho-nav
ul
{
float
:
left
;
padding-left
:
10px
}
.yoho-nav
ul
li
{
float
:
left
;
position
:
relative
;
width
:
100px
;
cursor
:
pointer
}
.yoho-nav
ul
li
span
{
display
:
block
;
width
:
100%
;
height
:
100%
;
line-height
:
37px
;
text-align
:
center
}
.yoho-nav
ul
li
a
{
width
:
100%
;
height
:
100%
;
text-align
:
center
;
color
:
#000000
;
display
:
none
}
.yoho-nav
ul
li
a
:focus
{
outline
:
none
}
.yoho-nav
ul
li
.current
{
height
:
35px
;
line-height
:
35px
;
border-right
:
1px
solid
#d8d8d8
;
border-left
:
1px
solid
#d8d8d8
;
background
:
#fff
}
.yoho-nav
ul
li
:hover
span
{
display
:
none
}
.yoho-nav
ul
li
:hover
a
{
display
:
block
}
.yoho-nav
.contact-btn
{
float
:
right
;
margin
:
0
15px
;
color
:
#aaaaaa
}
.header
{
width
:
100%
;
padding
:
14px
0
0
0
}
.logo
{
margin
:
0
0
21px
0
;
height
:
79px
;
background
:
url("../images/yohood/logo.png")
no-repeat
center
center
}
@keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
122px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@-webkit-keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@-moz-keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@-ms-keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
@keyframes
rainbow
{
90
%
{
border-radius
:
50%
;
width
:
144px
;
height
:
144px
;
margin
:
-50px
0
0
-16px
}
100
%
{
border-radius
:
0
;
width
:
126px
;
height
:
44px
;
top
:
0
;
left
:
0
;
margin
:
0
}}
.nav
{
border-top
:
2px
solid
#000
;
border-bottom
:
2px
solid
#000
;
overflow
:
hidden
}
.nav
ul
{
width
:
980px
;
margin
:
0
auto
}
.nav
ul
li
{
position
:
relative
;
float
:
left
;
line-height
:
44px
;
height
:
44px
;
width
:
122px
}
.nav
ul
li
a
{
position
:
relative
;
z-index
:
10
;
width
:
122px
;
display
:
none
;
font-size
:
14px
;
color
:
#fff
}
.nav
ul
li
a
:focus
{
outline
:
none
}
.nav
ul
li
span
{
display
:
block
;
text-align
:
center
;
font-size
:
14px
;
color
:
#000
}
.nav
ul
li
i
{
display
:
none
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
width
:
44px
;
height
:
44px
;
margin-left
:
-22px
;
margin-top
:
-22px
;
border-radius
:
50%
;
background
:
#000
;
z-index
:
9
}
.nav
ul
li
:hover
span
,
.nav
ul
li
.current
span
{
display
:
none
}
.nav
ul
li
.current
a
{
display
:
block
;
background
:
#000
;
text-align
:
center
}
.nav
ul
li
.current
i
{
display
:
none
}
.nav
ul
li
.animate
a
{
display
:
block
;
text-align
:
center
;
margin
:
0
auto
}
.nav
ul
li
.animate
i
{
display
:
block
;
animation
:
.5s
rainbow
forwards
;
-webkit-animation
:
.5s
rainbow
forwards
;
-moz-animation
:
.5s
rainbow
forwards
;
-ms-animation
:
.5s
rainbow
forwards
;
width
:
122px
\
9
;
margin-left
:
0
\
9
;
left
:
0
\
9
;
width
:
122px
\
0
;
margin-left
:
0
\
0
;
left
:
0
\
0
;
border-radius
:
0
\
0
}
.slide-main
{
position
:
relative
}
.slide-box
{
position
:
relative
;
margin
:
16px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.slide-box
.slide-wrap
{
height
:
468px
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
}
.slide-navigator
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
-32px
;
text-align
:
center
}
.slide-navigator
.dib
{
*
display
:
inline
!important
;
zoom
:
1
}
.slide-navigator
.dib
a
{
float
:
left
;
width
:
10px
;
height
:
10px
;
margin
:
0
10px
0
0
;
background-image
:
url("../images/yohood/sprites.png")
;
background-position
:
0
-144px
}
.slide-navigator
.dib
a
:focus
{
outline
:
none
}
.slide-navigator
.dib
.on
{
background-position
:
0
-124px
}
.slide-control
a
{
position
:
absolute
;
top
:
50%
;
margin
:
-28px
0
0
0
;
font-size
:
48px
;
color
:
#000
}
.slide-control
a
:focus
{
outline
:
none
}
.slide-control
.slide-prev
{
left
:
-70px
}
.slide-control
.slide-next
{
right
:
-70px
}
.content-tab
{
margin
:
30px
0
0
0
;
text-align
:
center
}
.content-tab
ul
{
display
:
inline-block
;
*
display
:
inline
!important
;
*
zoom
:
1
}
.content-tab
ul
li
{
float
:
left
;
margin-left
:
18px
}
.content-tab
ul
li
a
{
display
:
block
;
padding
:
0
10px
;
line-height
:
30px
;
color
:
#000
;
border
:
1px
solid
#000
;
border-radius
:
2px
;
font-size
:
14px
}
.content-tab
ul
li
a
:focus
{
outline
:
none
}
.content-tab
ul
:first-child
{
margin-left
:
0
}
.content-tab
ul
li
.current
a
{
background
:
#000
;
color
:
#fff
}
.main-layout
{
width
:
1008px
}
.main-layout
.layout-item
{
float
:
left
;
width
:
308px
;
margin
:
0
28px
26px
0
}
.main-layout
.layout-item
.image-box
{
position
:
relative
}
.main-layout
.layout-item
.image-box
a
{
display
:
block
}
.main-layout
.layout-item
.image-box
a
img
{
display
:
block
;
margin
:
0
auto
;
max-width
:
100%
}
.main-layout
.layout-item
.image-box
a
:focus
{
outline
:
none
}
.main-layout
.layout-item
.image-box
.item-tag
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
padding
:
0
11px
;
background
:
#000
;
line-height
:
26px
;
font-size
:
14px
;
color
:
#fff
}
.main-layout
.layout-item
.image-box
.play-icon
{
position
:
absolute
;
width
:
50px
;
height
:
43px
;
background
:
url("../images/yohood/play.png")
;
background-size
:
100%
100%
;
left
:
50%
;
top
:
50%
;
margin
:
-22px
0
0
-25px
}
.main-layout
.layout-item
.image-box
.play-icon.small
{
background
:
url("../images/yohood/play-small.png")
}
.main-layout
.layout-item
.content
h2
{
margin
:
15px
0
0
0
}
.main-layout
.layout-item
.content
h2
a
{
line-height
:
24px
;
font-size
:
20px
;
font-weight
:
bold
;
color
:
#000
}
.main-layout
.layout-item
.content
h2
a
:focus
{
outline
:
none
}
.main-layout
.layout-item
.content
p
{
margin
:
8px
0
0
0
;
font-size
:
14px
;
color
:
#000
;
line-height
:
20px
}
.main-layout
.layout-item
.content
.time
{
margin
:
0
;
color
:
#b2b2b2
;
font-size
:
12px
}
.pagination
{
margin
:
56px
0
0
0
;
text-align
:
center
}
.pagination
.pagination-inner
{
display
:
inline-block
;
*
display
:
inline
!important
;
zoom
:
1
}
.pagination
.pagination-inner
a
{
float
:
left
;
width
:
36px
;
height
:
30px
;
line-height
:
30px
;
font-size
:
14px
;
color
:
#999997
}
.pagination
.pagination-inner
a
:focus
{
outline
:
none
}
.pagination
.pagination-inner
.current
{
background
:
#000
;
color
:
#fff
;
border-radius
:
2px
}
.cooperation-list
{
width
:
1005px
;
margin
:
12px
0
0
0
}
.cooperation-list
li
{
float
:
left
;
margin
:
0
27px
27px
0
}
.cooperation-list
li
a
{
display
:
block
}
.cooperation-list
li
a
:focus
{
outline
:
none
}
.cooperation-list
li
.img-box
{
width
:
172px
;
height
:
116px
;
overflow
:
hidden
;
border
:
1px
solid
#e0e0e0
;
display
:
table-cell
;
vertical-align
:
middle
;
text-align
:
center
}
.cooperation-list
li
.img-box
:hover
{
border
:
1px
solid
#000
}
.cooperation-list
li
p
{
margin
:
16px
0
0
0
;
line-height
:
16px
;
text-align
:
center
;
color
:
#000
}
.cooperation-list
li
.current
.img-box
{
border
:
1px
solid
#000
}
.limited-goods
{
position
:
relative
;
padding
:
30px
0
30px
0
;
background
:
#333333
}
.limited-goods
h2
{
font-size
:
24px
;
color
:
#8b8b8b
;
font-weight
:
bold
;
text-align
:
center
;
background
:
url("../images/yohood/limited-line.png")
no-repeat
center
center
}
.limited-slide-box
{
position
:
relative
;
width
:
944px
;
margin
:
28px
auto
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.limited-slide-box
.slide-wrap
{
position
:
relative
;
overflow
:
hidden
}
.limited-slide-box
.box
{
position
:
relative
;
float
:
left
;
width
:
100%
}
.goods-list
{
width
:
992px
}
.goods-list
li
{
float
:
left
;
width
:
150px
;
margin
:
0
48px
0
0
}
.goods-list
li
.img-box
{
position
:
relative
;
height
:
200px
;
text-align
:
center
;
overflow
:
hidden
}
.goods-list
li
.img-box
img
{
width
:
100%
}
.goods-list
li
.img-box
span
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
width
:
55px
;
height
:
25px
;
line-height
:
25px
;
background
:
#000
;
color
:
#fff
;
font-size
:
14px
;
text-align
:
center
}
.goods-list
li
.img-box
span
.red
{
background
:
#ef3d00
}
.goods-list
li
.goods-name
{
margin
:
5px
0
0
0
;
line-height
:
18px
;
font-size
:
14px
;
color
:
#ccc
}
.goods-list
li
.price
{
margin
:
6px
0
0
0
;
line-height
:
18px
;
color
:
#ccc
;
font-size
:
12px
}
.goods-list
li
.price
.original-price
{
color
:
#999
;
text-decoration
:
line-through
;
margin-right
:
4px
}
.limited-slide-control
a
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
font-size
:
30px
;
color
:
#ebebeb
}
.limited-slide-control
a
:focus
{
outline
:
none
}
.limited-slide-control
.limited-slide-prev
{
margin-left
:
-510px
}
.limited-slide-control
.limited-slide-next
{
margin-left
:
480px
}
.limited-slide-control
.disable
{
color
:
#4a4a4a
}
.return-top
{
position
:
fixed
;
bottom
:
410px
;
left
:
50%
;
margin-left
:
600px
}
.return-top
a
{
color
:
#000
}
.return-top
span
{
display
:
block
}
.img-zoom
{
display
:
none
;
position
:
fixed
;
z-index
:
102
;
left
:
50%
;
top
:
50%
}
.img-zoom
img
{
display
:
block
}
.img-zoom.show
{
display
:
block
}
.overlay
{
display
:
none
;
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
background
:
#000
\
9
;
filter
:
alpha
(
opacity
=
50
)
\
9
;
width
:
100%
\
9
;
height
:
100%
\
9
;
z-index
:
101
}
.overlay.show
{
display
:
block
}
.share
{
position
:
absolute
;
z-index
:
99
;
left
:
50%
;
top
:
367px
;
margin-left
:
-596px
}
.share
h4
{
font-size
:
14px
;
margin-bottom
:
5px
}
.share
li
{
position
:
relative
;
width
:
34px
;
height
:
34px
;
margin-bottom
:
13px
}
.share
li
img
{
display
:
block
;
width
:
100%
}
.share
.wx-qrcode-dialog
{
display
:
none
;
position
:
absolute
;
background
:
#fff
url("../images/yohood/share-wx-bg.png")
;
width
:
223px
;
height
:
220px
;
left
:
50px
;
top
:
-88px
;
padding
:
12px
0
0
0
;
text-align
:
center
}
.share
.wx-qrcode-dialog
.wx-popup-hd
{
margin-bottom
:
5px
;
font-size
:
16px
}
.share
.wx-qrcode-dialog
.wx-popup-bd
{
width
:
125px
;
height
:
125px
;
margin
:
0
auto
}
.share
.wx-qrcode-dialog
.wx-popup-bd
img
{
display
:
block
;
width
:
100%
}
.share
.wx-qrcode-dialog
.wx-popup-ft
{
font-size
:
14px
}
.ft
{
width
:
100%
}
.bd
{
width
:
980px
;
margin
:
0
auto
}
.wrapper
{
width
:
980px
;
margin
:
0
auto
}
.slide-main
{
position
:
relative
}
.slide-box
{
position
:
relative
;
margin
:
16px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.slide-box
.slide-wrap
{
height
:
468px
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
}
.slide-navigator
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
-32px
;
text-align
:
center
}
.slide-navigator
.dib
{
display
:
inline-block
}
.slide-navigator
.dib
a
{
float
:
left
;
width
:
10px
;
height
:
10px
;
margin
:
0
10px
0
0
;
background-image
:
url("../images/yohood/sprites.png")
;
background-position
:
0
-144px
}
.slide-navigator
.dib
.on
{
background-position
:
0
-124px
}
.slide-control
a
{
position
:
absolute
;
top
:
50%
;
margin
:
-28px
0
0
0
;
font-size
:
48px
;
color
:
#000
}
.slide-control
.slide-prev
{
left
:
-70px
}
.slide-control
.slide-next
{
right
:
-70px
}
.content-wrap
{
margin
:
50px
0
0
0
}
.cooperation
{
position
:
relative
;
margin
:
48px
0
;
height
:
118px
;
border
:
1px
solid
#000
}
.cooperation-slide-box
{
position
:
relative
;
width
:
800px
;
margin
:
0
auto
;
padding
:
28px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.cooperation-slide-box
.slide-wrap
{
position
:
relative
;
overflow
:
hidden
}
.cooperation-slide-box
.slide-wrap
.box
{
position
:
relative
;
float
:
left
;
width
:
100%
}
.cooperation
.partner
{
float
:
left
;
margin
:
0
50px
0
0
}
.cooperation
.media
{
float
:
left
;
height
:
68px
;
padding
:
0
0
0
50px
;
border-left
:
1px
solid
#000
}
.cooperation
h2
{
font-size
:
14px
;
line-height
:
20px
}
.cooperation
ul
li
{
float
:
left
;
height
:
60px
;
width
:
132px
}
.cooperation
ul
li
a
{
width
:
132px
;
height
:
60px
;
display
:
table-cell
;
vertical-align
:
middle
;
text-align
:
center
}
.cooperation
.partner
ul
li
,
.cooperation
.media
ul
li
{
width
:
115px
}
.cooperation
.partner
ul
li
a
,
.cooperation
.media
ul
li
a
{
width
:
115px
}
.cooperation-slide-control
a
{
position
:
absolute
;
top
:
50%
;
margin-top
:
-16px
;
color
:
#000
;
font-size
:
26px
}
.cooperation-slide-control
.cooperation-slide-prev
{
left
:
20px
}
.cooperation-slide-control
.cooperation-slide-next
{
right
:
20px
}
.cooperation-slide-control
.disable
{
color
:
#d9d9d9
}
.activity-main
{
margin
:
30px
0
50px
0
}
.activity-content
{
display
:
none
}
.activity-content
:first-child
{
display
:
block
}
.activity-content.current
{
display
:
block
}
.activity-content
.section
{
width
:
820px
;
text-align
:
center
;
margin
:
0
auto
20px
}
.activity-content
.section
p
{
text-align
:
left
;
font-size
:
14px
;
line-height
:
18px
;
color
:
#000
}
.activity-content
.section
h4
{
text-align
:
left
;
font-weight
:
bold
}
.video-wrap
.layout-item
{
height
:
362px
;
margin
:
0
28px
0
0
}
.video-wrap
.layout-item
.image-box
{
height
:
198px
;
overflow
:
hidden
}
.video-wrap
.layout-item
.image-box
img
{
width
:
100%
}
.activity-cooperation
.section
{
text-align
:
left
;
margin
:
0
0
12px
0
}
.activity-cooperation
.section
h2
{
color
:
#000
;
line-height
:
20px
;
font-size
:
18px
;
font-weight
:
bold
}
.contant-tab
{
margin
:
30px
0
0
0
;
text-align
:
center
}
.contant-tab
ul
{
display
:
inline-block
}
.contant-tab
ul
li
{
float
:
left
;
margin-left
:
18px
}
.contant-tab
ul
li
a
{
display
:
block
;
padding
:
0
10px
;
line-height
:
30px
;
color
:
#000
;
border
:
2px
solid
#7e7e7e
;
border-radius
:
2px
;
font-size
:
14px
}
.contant-tab
ul
:first-child
{
margin-left
:
0
}
.contant-tab
ul
li
.current
a
{
background
:
#000
;
color
:
#fff
}
.news-tab
ul
li
{
margin-left
:
8px
}
.news-main
{
margin
:
30px
0
50px
0
}
.brand-main
{
margin
:
50px
0
}
.search-wrap
{
position
:
relative
;
width
:
306px
;
height
:
36px
;
margin
:
0
auto
;
padding
:
0
;
line-height
:
36px
}
.search-wrap
input
{
width
:
260px
;
height
:
36px
;
line-height
:
36px
\
9
;
padding
:
0
36px
0
10px
;
margin
:
0
;
border
:
none
;
background
:
url("../images/yohood/search-bg.png")
;
outline
:
none
}
.search-wrap
.search-btn
{
position
:
absolute
;
top
:
0px
;
right
:
10px
;
color
:
#000
;
font-weight
:
bold
}
.search-wrap
.search-btn
:focus
{
outline
:
none
}
.brand-content
{
margin
:
38px
0
0
0
}
.brand-content
.no-search
{
display
:
none
;
margin
:
100px
0
120px
0
;
text-align
:
center
;
line-height
:
22px
;
font-size
:
16px
}
.brand-content
.no-search
a
{
font-size
:
16px
;
color
:
#000
}
.brand-content
.no-search
a
:hover
{
text-decoration
:
underline
}
.brand-list
li
{
float
:
left
}
.brand-introduction
{
display
:
none
;
position
:
fixed
;
width
:
644px
;
max-height
:
604px
;
top
:
50%
;
left
:
50%
;
margin
:
-314px
0
0
-352px
;
padding
:
24px
30px
30px
;
z-index
:
102
;
background
:
#fff
}
.brand-introduction
h2
{
font-size
:
18px
;
color
:
#000
;
line-height
:
20px
}
.brand-introduction
.brand-info
{
margin
:
20px
0
0
0
;
padding-bottom
:
30px
;
border-bottom
:
1px
solid
#e0e0e0
}
.brand-introduction
.brand-info
.pic
{
float
:
left
;
width
:
200px
;
height
:
200px
;
overflow
:
hidden
;
margin-top
:
6px
}
.brand-introduction
.brand-info
.pic
img
{
width
:
100%
}
.brand-introduction
.brand-info
.text
{
float
:
left
;
margin
:
0
0
0
29px
}
.brand-introduction
.brand-info
.text
p
{
width
:
414px
;
max-height
:
192px
;
overflow-x
:
hidden
;
margin
:
0
;
line-height
:
24px
;
font-size
:
14px
}
.brand-introduction
.brand-info
.text
a
{
display
:
block
;
width
:
94px
;
height
:
33px
;
margin-top
:
15px
;
padding-left
:
34px
;
line-height
:
35px
;
border
:
1px
solid
#000
;
border-radius
:
4px
;
background
:
#fff
;
color
:
#000
;
background
:
url("../images/yohood/enter-store.png")
no-repeat
10px
center
}
.brand-introduction
.brand-close-btn
{
position
:
absolute
;
color
:
#b2b2b2
;
top
:
10px
;
right
:
10px
}
.related-post
h3
{
margin-top
:
28px
;
line-height
:
22px
;
font-size
:
18px
}
.related-post
.post-list
{
margin-top
:
17px
;
width
:
666px
}
.related-post
.post-list
.layout-item
{
float
:
left
;
width
:
200px
;
margin-right
:
22px
}
.related-post
.post-list
.layout-item
.image-box
{
height
:
128px
;
overflow
:
hidden
}
.related-post
.post-list
.layout-item
.content
h2
{
margin
:
8px
0
0
0
;
line-height
:
20px
}
.related-post
.post-list
.layout-item
.content
h2
a
{
font-size
:
14px
;
font-weight
:
normal
}
.video-list
{
margin
:
28px
0
50px
}
.site-activity-date
{
margin
:
38px
0
0
0
;
width
:
120px
;
line-height
:
38px
;
font-size
:
22px
;
color
:
#000
;
border-bottom
:
4px
solid
#000
;
text-align
:
center
}
.site-activity-content
{
float
:
left
;
width
:
738px
}
.site-activity-content
.main-layout
{
width
:
auto
;
border-left
:
2px
solid
#e0e0e0
;
margin-left
:
96px
;
padding-bottom
:
50px
}
.site-activity-content
.main-layout
.layout-section
{
width
:
auto
;
position
:
relative
;
padding-top
:
84px
}
.site-activity-content
.main-layout
.layout-section
.site-activity-intro
{
position
:
absolute
;
top
:
28px
;
left
:
18px
;
background
:
#000
;
border-radius
:
2px
;
padding
:
0
15px
;
color
:
#fff
;
line-height
:
28px
}
.site-activity-content
.main-layout
.layout-section
.site-activity-intro
span
{
position
:
absolute
;
left
:
-6px
;
top
:
0
;
width
:
6px
;
height
:
17px
;
background
:
url("../images/yohood/site-activity-intro-icon.png")
no-repeat
}
.site-activity-content
.main-layout
.layout-section
.site-activity-time
{
position
:
absolute
;
color
:
#000
;
left
:
-98px
;
top
:
35px
}
.site-activity-content
.main-layout
.layout-section
.site-activity-icon
{
position
:
absolute
;
width
:
10px
;
height
:
10px
;
top
:
40px
;
left
:
-6px
;
background
:
url("../images/yohood/site-activity-icon.png")
no-repeat
}
.site-activity-content
.layout-item
{
float
:
none
;
width
:
630px
;
margin
:
0
0
0
18px
}
.site-activity-content
.layout-item
.image-box
{
float
:
left
;
width
:
310px
;
height
:
174px
;
overflow
:
hidden
}
.site-activity-content
.layout-item
.image-box
a
{
display
:
table-cell
;
width
:
310px
;
height
:
174px
;
text-align
:
center
;
vertical-align
:
middle
}
.site-activity-content
.layout-item
.content
{
float
:
left
;
margin-left
:
28px
;
width
:
290px
}
.site-activity-tab.fix
{
position
:
fixed
;
top
:
0
;
left
:
50%
;
width
:
134px
;
margin
:
10px
0
0
356px
}
.site-activity-tab
{
float
:
right
;
margin-top
:
79px
}
.site-activity-tab
h4
{
line-height
:
42px
;
padding-top
:
14px
;
border-top
:
1px
dashed
#979797
;
font-size
:
14px
;
text-align
:
center
}
.site-activity-tab
li
{
width
:
130px
;
margin-bottom
:
18px
;
line-height
:
42px
;
background
:
#fff
;
text-align
:
center
;
font-size
:
14px
;
border
:
2px
solid
#7e7e7e
;
border-radius
:
2px
}
.site-activity-tab
li
a
{
display
:
block
;
color
:
#000
}
.site-activity-tab
.current
{
border-radius
:
0
;
background
:
#000
;
border-color
:
#000
}
.site-activity-tab
.current
a
{
color
:
#fff
}
.site-activity-tab
.disable
{
border-color
:
#ccc
}
.site-activity-tab
.disable
a
{
color
:
#ccc
;
cursor
:
default
}
.show-title
{
line-height
:
98px
;
font-size
:
32px
;
color
:
#0099bb
;
text-align
:
center
}
.show-wrap
{
padding-bottom
:
50px
}
.show-wrap
.layout-item
{
height
:
396px
}
.show-wrap
.layout-item
.image-box
{
height
:
308px
;
overflow
:
hidden
}
.show-wrap
.layout-item
.image-box
img
{
width
:
100%
;
height
:
100%
}
.show-wrap
.layout-item
.image-box
.pic-tip
{
display
:
block
;
position
:
absolute
;
left
:
80px
;
top
:
80px
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
color
:
#009abe
;
text-decoration
:
none
;
height
:
18px
;
line-height
:
18px
;
padding
:
0
5px
;
border-radius
:
11px
;
font-family
:
'Helvetica'
;
font-weight
:
bold
;
box-shadow
:
1px
2px
2px
rgba
(
0
,
0
,
0
,
0.5
)}
.show-wrap
.layout-item
.image-box
.pic-tip
:after
{
position
:
absolute
;
content
:
""
;
background-image
:
url("../images/yohood/vedio-btn.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
-55px
;
background-size
:
30px
310px
;
width
:
7px
;
height
:
5px
;
top
:
13px
;
left
:
-2px
}
.img-zoom
.pic-tip
{
display
:
block
;
position
:
absolute
;
left
:
80px
;
top
:
80px
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
color
:
#009abe
;
text-decoration
:
none
;
height
:
18px
;
line-height
:
18px
;
padding
:
0
5px
;
border-radius
:
11px
;
font-family
:
'Helvetica'
;
font-weight
:
bold
;
box-shadow
:
1px
2px
2px
rgba
(
0
,
0
,
0
,
0.5
)}
.img-zoom
.pic-tip
:after
{
position
:
absolute
;
content
:
""
;
background-image
:
url("../images/yohood/vedio-btn.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
-55px
;
background-size
:
30px
310px
;
width
:
7px
;
height
:
5px
;
top
:
13px
;
left
:
-2px
}
.img-zoom
.close-btn
{
position
:
absolute
;
top
:
6px
;
right
:
-58px
;
width
:
27px
;
height
:
27px
;
background-image
:
url("../images/yohood/close-btn.png")
;
background-size
:
100%
100%
}
.detail-title
{
margin
:
48px
0
28px
;
font-size
:
28px
}
.detail-title
h2
,
.detail-title
h3
{
line-height
:
40px
;
font-weight
:
bold
}
.detail-title
.time
{
font-size
:
12px
;
color
:
#b2b2b2
;
line-height
:
24px
}
.detail-body
{
float
:
left
;
width
:
644px
}
.detail-body
img
{
max-width
:
100%
}
.detail-slide
{
margin-bottom
:
20px
}
.detail-slide-body
{
position
:
relative
;
width
:
100%
;
height
:
415px
;
overflow
:
hidden
}
.detail-slide-body
.detail-slide-piclist
{
height
:
415px
;
overflow
:
hidden
;
position
:
relative
}
.detail-slide-body
.detail-slide-piclist
.box
{
float
:
left
;
width
:
644px
;
height
:
415px
;
line-height
:
415px
;
position
:
relative
;
background
:
#000
;
text-align
:
center
}
.detail-slide-body
.detail-slide-piclist
.box
img
{
max-width
:
100%
;
vertical-align
:
middle
}
.slide-box
{
position
:
relative
;
margin
:
16px
0
0
0
;
visibility
:
hidden
;
overflow
:
hidden
}
.slide-box
.slide-wrap
{
height
:
468px
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
}
.slide-shadow
a
{
position
:
absolute
;
width
:
322px
;
top
:
0
;
bottom
:
0
}
.slide-shadow
a
:focus
{
outline
:
none
}
.slide-shadow
.slide-shadow-prev
{
left
:
0
}
.slide-shadow
.slide-shadow-next
{
right
:
0
}
.detail-slide-big-ctrl
a
{
display
:
none
;
position
:
absolute
;
font-size
:
40px
;
top
:
50%
;
color
:
#fff
;
margin-top
:
-30px
;
z-index
:
20
}
.detail-slide-big-ctrl
a
:focus
{
outline
:
none
}
.detail-slide-big-ctrl
.slide-big-ctrl-prev
{
left
:
5px
}
.detail-slide-big-ctrl
.slide-big-ctrl-next
{
right
:
5px
}
.detail-slide-ctrl
{
padding
:
15px
0
0
0
;
width
:
100%
;
height
:
65px
;
overflow
:
hidden
;
position
:
relative
}
.detail-slide-ctrl
.detail-slide-ctrl-prev
,
.detail-slide-ctrl
.detail-slide-ctrl-next
{
display
:
none
;
position
:
absolute
;
top
:
15px
;
width
:
30px
;
height
:
65px
;
line-height
:
65px
;
background
:
rgba
(
230
,
230
,
230
,
0.9
);
font-size
:
18px
;
text-align
:
center
;
color
:
#000
}
.detail-slide-ctrl
.detail-slide-ctrl-prev
{
left
:
0
}
.detail-slide-ctrl
.detail-slide-ctrl-next
{
right
:
0
}
.detail-slide-ctrl-tabs
{
position
:
relative
;
left
:
0
;
top
:
0
}
.detail-slide-ctrl-tabs
li
{
position
:
relative
;
float
:
left
;
padding
:
0
0
0
9px
}
.detail-slide-ctrl-tabs
li
img
{
display
:
block
;
width
:
100px
;
height
:
65px
}
.detail-slide-ctrl-tabs
li
:first-child
{
padding
:
0
}
.detail-slide-ctrl-tabs
li
:first-child
.current
.border
{
left
:
0px
}
.detail-slide-ctrl-tabs
li
.current
.border
{
position
:
absolute
;
left
:
7px
;
right
:
0px
;
top
:
0px
;
bottom
:
0px
;
border
:
2px
solid
#000
}
.detail-slide-ctrl-tabs
li
.current
.arrow
{
position
:
absolute
;
top
:
-9px
;
left
:
50%
;
margin
:
0
0
0
-9px
;
width
:
0
;
height
:
0
;
border-left
:
9px
solid
transparent
;
border-right
:
9px
solid
transparent
;
border-bottom
:
9px
solid
black
}
.text-body
{
margin
:
0
0
25px
0
;
font-size
:
14px
;
line-height
:
28px
}
.text-body
p
{
margin
:
25px
0
}
.detail-related-post
h3
{
font-weight
:
bold
}
.detail-side
{
width
:
280px
;
float
:
right
;
padding-bottom
:
62px
}
.detail-ad
li
{
margin-bottom
:
15px
}
.detail-ad
li
img
{
display
:
block
}
.app-download
{
width
:
278px
;
height
:
158px
;
margin-top
:
28px
;
border
:
1px
solid
#000
}
.app-download
.qr
{
float
:
left
;
margin
:
22px
0
0
18px
;
width
:
114px
;
height
:
114px
}
.app-download
.qr
img
{
display
:
block
;
width
:
100%
}
.app-download
.download-text
{
float
:
left
;
margin
:
20px
0
38px
12px
;
width
:
108px
}
.app-download
.download-text
img
{
display
:
block
;
width
:
50px
}
.app-download
.download-text
p
{
font-size
:
12px
;
color
:
#666
}
.app-download
.download-text
.yoho-name
{
font-size
:
18px
;
color
:
#000
;
font-weight
:
bold
}
.side-related-post.fix
{
position
:
fixed
;
top
:
0px
;
left
:
50%
;
width
:
280px
;
margin-left
:
210px
;
border
:
1px
solid
red
}
.side-related-tab
{
border-bottom
:
1px
solid
#000
}
.side-related-tab
a
{
float
:
left
;
width
:
140px
;
text-align
:
center
;
font-size
:
18px
;
line-height
:
38px
;
color
:
#000
;
font-weight
:
bold
}
.side-related-tab
a
.current
{
border-bottom
:
2px
solid
#000
}
.side-related-list
{
display
:
none
}
.side-related-list.current
{
display
:
block
}
.side-related-list
.layout-item
{
float
:
none
;
margin
:
20px
0
0
0
}
.side-related-list
.layout-item
.image-box
{
float
:
left
;
width
:
82px
;
height
:
53px
;
overflow
:
hidden
}
.side-related-list
.layout-item
.image-box
img
{
display
:
block
;
width
:
100%
;
height
:
100%
}
.side-related-list
.layout-item
.image-box
.play-icon
{
width
:
20px
;
height
:
20px
;
margin
:
-10px
0
0
-10px
}
.side-related-list
.layout-item
.content
{
float
:
left
;
margin-left
:
16px
;
width
:
182px
}
.side-related-list
.layout-item
.content
h2
{
margin
:
0
}
.side-related-list
.layout-item
.content
h2
a
{
font-size
:
14px
;
font-weight
:
normal
;
line-height
:
20px
}
.contact-us
{
padding
:
20px
0
30px
}
.contact-us-section
{
text-align
:
center
;
font-size
:
16px
;
line-height
:
28px
}
/*# sourceMappingURL=index.css.map */
...
...
res/css/index.css.map
0 → 100644
View file @
0d5c907
{
"version"
:
3
,
"mappings"
:
"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"
,
"sources"
:
[
"../sass/_base.scss"
,
"../sass/style/_common.scss"
,
"../sass/style/_home.scss"
,
"../sass/style/_activity.scss"
,
"../sass/style/_news.scss"
,
"../sass/style/_brand.scss"
,
"../sass/style/_video.scss"
,
"../sass/style/_site-activity.scss"
,
"../sass/style/_show.scss"
,
"../sass/style/_detail.scss"
,
"../sass/style/_other.scss"
],
"names"
:
[],
"file"
:
"index.css"
}
\ No newline at end of file
...
...
res/css/mobile.css
View file @
0d5c907
html
,
body
,
div
,
span
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
code
,
del
,
dfn
,
em
,
img
,
q
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
i
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-weight
:
inherit
;
font-style
:
inherit
;
font-size
:
100%
;
font-family
:
inherit
;
vertical-align
:
baseline
}
body
{
line-height
:
1.5
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
caption
,
th
,
td
,
b
,
strong
{
text-align
:
left
;
font-weight
:
normal
}
table
,
td
,
th
{
vertical-align
:
middle
}
blockquote
:before
,
blockquote
:after
,
q
:before
,
q
:after
{
content
:
""
}
blockquote
,
q
{
quotes
:
""
""
}
a
img
{
border
:
none
}
em
,
cite
{
font-style
:
normal
}
body
{
background
:
#fff
;
font
:
12px
/
1.5
"arial"
,
"helvetica"
,
"微软雅黑"
;
color
:
#000
;
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
}
html
{
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
normal
;
color
:
#111
}
a
{
text-decoration
:
none
;
cursor
:
pointer
}
a
:focus
{
outline
:
none
}
dl
,
dt
,
dd
,
ul
,
li
{
list-style
:
none
}
.clearfix
:before
,
.clearfix
:after
{
content
:
""
;
display
:
table
}
.clearfix
:after
{
clear
:
both
}
.clearfix
{
zoom
:
1
;
*
zoom
:
1
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url("../fonts/iconfont.eot")
;
src
:
url("../fonts/iconfont.eot?#iefix")
format
(
"embedded-opentype"
),
url("../fonts/iconfont.woff")
format
(
"woff"
),
url("../fonts/iconfont.ttf")
format
(
"truetype"
),
url("../fonts/iconfont.svg#iconfont")
format
(
"svg"
)}
.iconfont
{
font-family
:
"iconfont"
!important
;
font-size
:
16px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-webkit-text-stroke-width
:
0.2px
;
-moz-osx-font-smoothing
:
grayscale
}
html
{
font-size
:
20px
}
@media
only
screen
and
(
min-width
:
360px
){
html
{
font-size
:
22.5px
!important
}}
@media
only
screen
and
(
min-width
:
375px
){
html
{
font-size
:
23.43px
!important
}}
@media
only
screen
and
(
min-width
:
401px
){
html
{
font-size
:
25px
!important
}}
@media
only
screen
and
(
min-width
:
428px
){
html
{
font-size
:
26.75px
!important
}}
@media
only
screen
and
(
min-width
:
480px
){
html
{
font-size
:
30px
!important
}}
@media
only
screen
and
(
min-width
:
569px
){
html
{
font-size
:
35px
!important
}}
@media
only
screen
and
(
min-width
:
640px
){
html
{
font-size
:
40px
!important
}}
.header-download-wrap
{
height
:
2.2rem
}
.header-download-wrap.show
{
border-top
:
1px
solid
transparent
;
border-bottom
:
1px
solid
transparent
}
.header-download
{
position
:
relative
;
height
:
2.2rem
;
border-top
:
1px
solid
#bcbcbe
;
border-bottom
:
1px
solid
#000
;
background
:
#fff
}
.header-download.fix
{
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
20
}
.header-download
.tip-pic
{
position
:
absolute
;
top
:
50%
;
left
:
1rem
;
width
:
1.8rem
;
height
:
1.8rem
;
margin
:
-0.9rem
0
0
0
;
background
:
url('/images/yohood/mobile/app-icon.png?1434419664')
;
background-size
:
100%
100%
}
.header-download
.tip-info
{
position
:
relative
;
margin
:
0
0
0
3.1rem
}
.header-download
.tip-info
h2
{
font-size
:
0.6rem
;
line-height
:
0.7rem
;
margin-top
:
0.4rem
}
.header-download
.tip-info
p
{
color
:
#959192
;
font-size
:
0.5rem
;
line-height
:
0.7rem
}
.header-download
.tip-info
.yohoboy-download-app
{
position
:
absolute
;
width
:
2.65rem
;
height
:
1.05rem
;
top
:
0.1rem
;
right
:
1.5rem
;
border
:
1px
solid
#000
;
line-height
:
1.05rem
;
border-radius
:
2px
;
text-align
:
center
;
font-size
:
0.5rem
;
color
:
#000
}
.header-download
.tip-close
{
position
:
absolute
;
width
:
1rem
;
height
:
1rem
;
top
:
0
;
right
:
0
;
background
:
url('/images/yohood/mobile/tip-c.png?1434419664')
;
background-size
:
100%
100%
}
.logo
{
position
:
relative
;
height
:
2.15rem
;
line-height
:
2.15rem
;
text-align
:
center
;
font-size
:
1.2rem
;
border-bottom
:
1px
solid
#000
}
.logo
.back-btn
{
position
:
absolute
;
left
:
0.5rem
;
font-size
:
1.1rem
;
color
:
#000
}
.bd
{
padding-bottom
:
1rem
}
.slide-main
{
position
:
relative
}
.slide-box
{
width
:
100%
;
position
:
relative
;
overflow
:
hidden
;
height
:
7.75rem
}
.slide-box
.slide-wrap
{
width
:
100%
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
;
height
:
7.75rem
}
.slide-navigator
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
5px
;
text-align
:
center
}
.slide-navigator
.dib
{
display
:
inline-block
}
.slide-navigator
.dib
a
{
float
:
left
;
width
:
0.3rem
;
height
:
0.3rem
;
margin-left
:
0.15rem
;
background
:
#d0cfcb
;
border-radius
:
50%
}
.slide-navigator
.dib
a
:first-child
{
margin-left
:
0
}
.slide-navigator
.dib
.swiper-active-switch
,
.slide-navigator
.dib
.on
{
background
:
#989795
}
.layout-item
{
margin
:
0
0
2.25rem
0
}
.layout-item
.image-box
{
position
:
relative
;
height
:
10.3rem
;
overflow
:
hidden
}
.layout-item
.image-box
.item-tag
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
height
:
1.25rem
;
padding
:
0
0.5rem
;
line-height
:
1.25rem
;
background
:
#000
;
color
:
#fff
;
font-size
:
0.7rem
}
.layout-item
.image-box
.play-icon
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
width
:
2.3rem
;
height
:
2rem
;
margin
:
-1rem
0
0
-1.15rem
;
background
:
url('/images/yohood/mobile/play.png?1434419664')
;
background-size
:
100%
100%
}
.layout-item
.content
{
margin
:
0.5rem
0
0
0
;
padding
:
0
0.8rem
}
.layout-item
.content
h2
a
{
line-height
:
1.25rem
;
color
:
#000
;
font-size
:
1rem
}
.layout-item
.content
p
{
margin
:
0.5rem
0
0
0
;
font-size
:
0.7rem
;
line-height
:
1rem
}
.layout-item
.content
.time
{
margin
:
0
;
color
:
#aaa
;
font-size
:
0.6rem
}
.pagination-inner
{
padding
:
0
0.75rem
}
.pagination-inner
a
{
float
:
left
;
font-size
:
0.9rem
;
color
:
#000
}
.pagination-inner
a
span
{
font-size
:
0.7rem
;
vertical-align
:
8%
}
.pagination-inner
a
.next
{
float
:
right
}
.cooperation-list
{
margin
:
0.6rem
0
0
0
}
.cooperation-list
li
{
float
:
left
;
margin
:
0
0.45rem
0.45rem
0
}
.cooperation-list
li
.img-box
{
width
:
6.9rem
;
height
:
4.65rem
;
line-height
:
4.65rem
;
overflow
:
hidden
;
border
:
1px
solid
#e0e0e0
;
text-align
:
center
}
.cooperation-list
li
.img-box.current
{
border
:
1px
solid
#000
}
.cooperation-list
li
.img-box
img
{
vertical-align
:
middle
;
max-width
:
100%
;
max-height
:
100%
;
width
:
auto
;
background
:
#fff
}
.cooperation-list
li
p
{
margin
:
0.3rem
0
;
font-size
:
0.6rem
;
line-height
:
0.7rem
;
text-align
:
center
;
color
:
#000
}
.cooperation-list
li
:hover
.img-box
{
border
:
1px
solid
#000
}
.img-zoom
{
display
:
none
;
position
:
fixed
;
max-width
:
100%
;
z-index
:
99
;
top
:
50%
;
left
:
50%
}
.img-zoom
img
{
display
:
block
;
-width
:
100%
}
.img-zoom.show
{
display
:
block
}
.home-logo
{
border
:
none
}
.banner-swiper
{
height
:
7.8rem
;
overflow
:
hidden
}
.banner-swiper
img
{
width
:
100%
}
.channel-list
li
{
float
:
left
;
margin
:
1.1rem
0
0
1.45rem
;
text-align
:
center
}
.channel-list
.channel-pic
{
width
:
3.3rem
;
height
:
3.3rem
;
line-height
:
3.3rem
;
border-radius
:
50%
;
border
:
1px
solid
#000
;
text-align
:
center
;
color
:
#000
;
font-size
:
1.2rem
}
.channel-list
.video
{
font-size
:
0.8rem
}
.channel-list
.recmmend
{
background
:
url('/images/yohood/mobile/recmmend.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
.show
{
background
:
url('/images/yohood/mobile/show.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
.ticket
{
background
:
url('/images/yohood/mobile/ticket.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
.contact
{
font-size
:
0.8rem
}
.channel-list
.channel-name
{
margin-top
:
0.45rem
;
line-height
:
0.75rem
;
font-size
:
0.6rem
;
font-weight
:
bold
;
color
:
#000
}
.channel-list
.channel-name-cn
{
line-height
:
0.75rem
;
font-size
:
0.6rem
;
color
:
#000
}
.channel-list
li
.current
.channel-pic
{
color
:
#fff
;
background
:
#000
}
.channel-list
li
.current
.channel-pic.recmmend
{
background
:
#000
url('/images/yohood/mobile/recmmend-current.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
li
.current
.channel-pic.show
{
background
:
#000
url('/images/yohood/mobile/show-current.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
li
.current
.channel-pic.ticket
{
background
:
#000
url('/images/yohood/mobile/ticket-current.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.content-tab
{
margin
:
0.6rem
0
0
0
;
text-align
:
center
}
.content-tab
ul
{
display
:
inline-block
;
border-left
:
1px
solid
#000
}
.content-tab
ul
li
{
float
:
left
;
border
:
1px
solid
#000
;
border-left
:
none
}
.content-tab
ul
li
a
{
display
:
block
;
width
:
4.8rem
;
height
:
1.7rem
;
line-height
:
1.7rem
;
text-align
:
center
;
font-size
:
0.7rem
;
color
:
#000
}
.content-tab
ul
li
.current
{
background
:
#000
}
.content-tab
ul
li
.current
a
{
color
:
#fff
}
.activity-main
{
margin
:
0.6rem
0
0
0
}
.activity-content
{
display
:
none
}
.activity-content
img
{
width
:
100%
}
.activity-content
.section
{
margin
:
1.2em
0
0
0
}
.activity-content
.section
p
,
.activity-content
.section
h4
{
padding
:
0
0.8rem
;
line-height
:
1rem
;
font-size
:
0.7rem
}
.activity-content.current
{
display
:
block
}
.activity-cooperation
{
padding
:
0
0
0
0.8rem
}
.activity-cooperation
h2
{
font-size
:
0.8rem
;
color
:
#000
;
line-height
:
1.1rem
}
.search-wrap
{
position
:
relative
;
z-index
:
2
;
height
:
2.2rem
;
padding
:
0
0.4rem
;
background
:
#f0f0f0
;
text-align
:
center
}
.search-wrap
input
{
width
:
15.2rem
;
height
:
1.4rem
;
margin
:
0.4rem
0
0
0
;
padding
:
0
;
border
:
none
;
outline
:
none
;
font-size
:
0.7rem
;
border-radius
:
2px
}
.search-wrap
input
:focus
,
.search-wrap
input
.hasVal
{
width
:
13.6rem
;
padding-left
:
1.6rem
}
.search-wrap
.search-btn
{
position
:
absolute
;
color
:
#8e8e93
;
font-size
:
0.7rem
;
top
:
0.6rem
;
left
:
50%
;
margin-left
:
-1.05rem
}
.search-wrap
.search-btn
span
{
margin-right
:
0.1rem
;
font-size
:
0.7rem
;
vertical-align
:
2%
}
.search-wrap
input
:focus
~
.search-btn
,
.search-wrap
input
.hasVal
~
.search-btn
{
left
:
0.9rem
;
margin-left
:
0
}
.search-wrap
input
:focus
~
.search-btn
em
,
.search-wrap
input
.hasVal
~
.search-btn
em
{
display
:
none
}
.brand-content
{
padding
:
0
0
0
0.8rem
}
.no-search
{
display
:
none
;
text-align
:
center
;
font-size
:
0.6rem
;
margin
:
1rem
0
0
0
}
.no-search
a
{
font-size
:
0.6rem
;
line-height
:
0.8rem
;
color
:
#000
}
.overlay
{
display
:
none
;
position
:
fixed
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
z-index
:
1
}
.overlay.show
{
display
:
block
}
.main-title
{
font-size
:
0.8rem
;
line-height
:
2.3rem
;
text-align
:
center
;
color
:
#000
}
.video-wrap
.layout-item
.image-box
{
height
:
10.3rem
}
.video-wrap
.layout-item
img
{
width
:
100%
}
.scene-bd
{
padding
:
0
}
.scene-tab
{
margin
:
0.5rem
0
0
0.7rem
}
.scene-tab
li
{
float
:
left
;
width
:
4.8rem
;
height
:
1.7rem
;
line-height
:
1.7rem
;
text-align
:
center
;
background
:
#fff
;
border
:
1px
solid
#000
}
.scene-tab
li
a
{
font-size
:
0.6rem
;
color
:
#000
}
.scene-tab
li
.current
{
background
:
#000
}
.scene-tab
li
.current
a
{
color
:
#fff
}
.scene-tab
li
.disable.current
{
background
:
#ebebeb
;
color
:
#fff
;
border-color
:
#ebebeb
;
cursor
:
default
}
.scene-tab
li
.disable.current
a
{
color
:
#fff
}
.scene-tab
li
.disable
{
background
:
#fff
;
border-color
:
#ebebeb
;
cursor
:
default
}
.scene-tab
li
.disable
a
{
color
:
#ebebeb
}
.scene-content
{
position
:
relative
;
margin
:
0
0
0
0.7rem
;
border-left
:
2px
solid
#e0e0e0
}
.scene-content
.scene-intro
{
position
:
absolute
;
top
:
0.75rem
;
left
:
1.15rem
;
padding
:
0
0.8rem
;
height
:
1.4rem
;
line-height
:
1.4rem
;
background
:
#000
;
color
:
#fff
;
font-size
:
0.6rem
}
.scene-content
.scene-intro
:before
{
position
:
absolute
;
content
:
""
;
width
:
0.3rem
;
height
:
0.85rem
;
top
:
0
;
left
:
-0.3rem
;
background
:
url("../images/yohood/site-activity-intro-icon.png")
no-repeat
;
background-size
:
100%
100%
}
.scene-content
.scene-time
{
position
:
absolute
;
top
:
2.5rem
;
left
:
1.15rem
;
color
:
#aeaeae
}
.scene-content
.scene-icon
{
position
:
absolute
;
top
:
1.45rem
;
left
:
-0.2rem
;
width
:
0.3rem
;
height
:
0.3rem
;
background
:
url("../images/yohood/site-activity-icon.png")
no-repeat
;
background-size
:
100%
100%
}
.scene-content
.main-layout
{
display
:
none
}
.scene-content
.main-layout.current
{
display
:
block
}
.scene-content
.layout-section
{
position
:
relative
;
padding
:
4.15rem
0
0
0.8rem
}
.scene-content
.layout-item
{
width
:
13.6rem
}
.scene-content
.image-box
img
{
width
:
100%
}
.show-title
{
color
:
#0099bb
}
.layout-item
.image-box
{
height
:
16rem
}
.layout-item
.image-box
img
{
width
:
100%
;
height
:
100%
}
.layout-item
.image-box
.pic-tip
{
display
:
block
;
position
:
absolute
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
color
:
#009abe
;
text-decoration
:
none
;
height
:
0.6rem
;
line-height
:
0.6rem
;
padding
:
0
0.25rem
;
border-radius
:
11px
;
font-family
:
'Helvetica'
;
font-weight
:
bold
;
box-shadow
:
1px
2px
2px
rgba
(
0
,
0
,
0
,
0.5
)}
.layout-item
.image-box
.pic-tip
:after
{
position
:
absolute
;
content
:
""
;
background-image
:
url("../images/yohood/vedio-btn.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
-55px
;
background-size
:
30px
310px
;
width
:
7px
;
height
:
5px
;
top
:
0.4rem
;
left
:
-0.1rem
;
z-index
:
10
}
.contact-us-section
{
margin
:
0.5rem
0
0
0
;
text-align
:
center
}
.contact-us-section
h2
{
font-size
:
0.8rem
}
.contact-us-section
p
{
font-size
:
0.7rem
;
line-height
:
1rem
}
.detail-title
{
margin
:
0.75rem
0
;
padding
:
0
0
0
0.7rem
}
.detail-title
.title
{
line-height
:
1.2rem
;
font-size
:
1rem
;
font-weight
:
bold
}
.detail-title
.subtitle
{
margin
:
0.25rem
0
0
0
;
font-size
:
0.6rem
;
line-height
:
0.75rem
;
color
:
#a5a5a5
}
.brand-title
{
margin
:
0.4rem
0
}
.brand-title
.title
{
font-size
:
0.8rem
;
text-align
:
center
}
.detail-article
{
margin
:
0.75rem
0.75rem
0
;
font-size
:
0.7rem
;
line-height
:
1.2rem
}
.detail-article
img
{
margin-left
:
-0.75rem
;
width
:
16rem
}
.detail-article
p
{
margin
:
0.5rem
0
;
font-size
:
0.7rem
;
line-height
:
1.2rem
}
.related-post
{
margin
:
1.4rem
0.85rem
0
0.85rem
}
.related-post
h2
{
font-weight
:
bold
;
font-size
:
0.8rem
;
line-height
:
0.9rem
}
.related-post
ul
{
margin
:
0.2rem
0
0
0
}
.related-post
ul
li
{
margin
:
0.8rem
0
0
0
;
padding
:
0.8rem
0
0
0
;
border-top
:
1px
solid
#e5e5e5
}
.related-post
ul
li
a
{
display
:
block
}
.related-post
ul
li
.image-box
{
float
:
left
;
width
:
4.8rem
;
height
:
3.05rem
}
.related-post
ul
li
.image-box
img
{
width
:
100%
;
height
:
100%
}
.related-post
ul
li
.content
{
float
:
left
;
width
:
9.1rem
;
margin
:
0.4rem
0
0
0.4rem
;
font-size
:
0.7rem
;
line-height
:
1.1rem
;
color
:
#000
}
.related-post
ul
li
:first-child
{
border-top
:
none
}
.share
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background-image
:
linear-gradient
(
rgba
(
255
,
255
,
255
,
0
),
#fff
);
text-align
:
center
}
.share
ul
{
display
:
inline-block
}
.share
li
{
float
:
left
;
margin-left
:
2.05rem
}
.share
li
a
{
display
:
block
;
width
:
46px
;
height
:
48px
;
background-image
:
url('/images/yohood/mobile/share.png?1434419664')
;
background-size
:
100%
auto
}
.share
li
:first-child
{
margin-left
:
0
}
.share
.yohoo-share-button-sina
a
{
background-position
:
0
-151px
}
.share
.yohoo-share-button-qq
a
{
background-position
:
0
-50px
}
.enter-store
{
display
:
block
;
width
:
4.7rem
;
height
:
1.65rem
;
margin
:
0.75rem
auto
0
;
padding-left
:
34px
;
line-height
:
1.75rem
;
border
:
1px
solid
#000
;
border-radius
:
4px
;
background
:
#fff
;
color
:
#000
;
background
:
url("../images/yohood/enter-store.png")
no-repeat
10px
center
}
.news-select
{
position
:
relative
;
margin
:
0.75rem
0
;
text-align
:
center
}
.news-select
select
{
font-size
:
0.8rem
;
border
:
none
;
outline
:
none
;
font-family
:
"arial"
,
"helvetica"
,
"微软雅黑"
;
text-align
:
center
;
border-color
:
red
}
.news-select
select
option
{
border-color
:
red
}
.news-main
{
display
:
none
}
.news-main.current
{
display
:
block
}
html
,
body
,
div
,
span
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
code
,
del
,
dfn
,
em
,
img
,
q
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
i
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-weight
:
inherit
;
font-style
:
inherit
;
font-size
:
100%
;
font-family
:
inherit
;
vertical-align
:
baseline
}
body
{
line-height
:
1.5
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
}
caption
,
th
,
td
,
b
,
strong
{
text-align
:
left
;
font-weight
:
normal
}
table
,
td
,
th
{
vertical-align
:
middle
}
blockquote
:before
,
blockquote
:after
,
q
:before
,
q
:after
{
content
:
""
}
blockquote
,
q
{
quotes
:
""
""
}
a
img
{
border
:
none
}
em
,
cite
{
font-style
:
normal
}
body
{
background
:
#fff
;
font
:
12px
/
1.5
"arial"
,
"helvetica"
,
"微软雅黑"
;
color
:
#000
;
width
:
100%
;
padding
:
0
;
margin
:
0
}
html
{
width
:
100%
;
height
:
100%
;
padding
:
0
;
margin
:
0
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
normal
;
color
:
#111
}
a
{
text-decoration
:
none
;
cursor
:
pointer
}
a
:focus
{
outline
:
none
}
dl
,
dt
,
dd
,
ul
,
li
{
list-style
:
none
}
.clearfix
:before
,
.clearfix
:after
{
content
:
""
;
display
:
table
}
.clearfix
:after
{
clear
:
both
}
.clearfix
{
zoom
:
1
;
*
zoom
:
1
}
@font-face
{
font-family
:
'iconfont'
;
src
:
url("../fonts/iconfont.eot")
;
src
:
url("../fonts/iconfont.eot?#iefix")
format
(
"embedded-opentype"
),
url("../fonts/iconfont.woff")
format
(
"woff"
),
url("../fonts/iconfont.ttf")
format
(
"truetype"
),
url("../fonts/iconfont.svg#iconfont")
format
(
"svg"
)}
.iconfont
{
font-family
:
"iconfont"
!important
;
font-size
:
16px
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-webkit-text-stroke-width
:
0.2px
;
-moz-osx-font-smoothing
:
grayscale
}
html
{
font-size
:
20px
}
@media
only
screen
and
(
min-width
:
360px
){
html
{
font-size
:
22.5px
!important
}}
@media
only
screen
and
(
min-width
:
375px
){
html
{
font-size
:
23.43px
!important
}}
@media
only
screen
and
(
min-width
:
401px
){
html
{
font-size
:
25px
!important
}}
@media
only
screen
and
(
min-width
:
428px
){
html
{
font-size
:
26.75px
!important
}}
@media
only
screen
and
(
min-width
:
480px
){
html
{
font-size
:
30px
!important
}}
@media
only
screen
and
(
min-width
:
569px
){
html
{
font-size
:
35px
!important
}}
@media
only
screen
and
(
min-width
:
640px
){
html
{
font-size
:
40px
!important
}}
.header-download-wrap
{
height
:
2.2rem
}
.header-download-wrap.show
{
border-top
:
1px
solid
transparent
;
border-bottom
:
1px
solid
transparent
}
.header-download
{
position
:
relative
;
height
:
2.2rem
;
border-top
:
1px
solid
#bcbcbe
;
border-bottom
:
1px
solid
#000
;
background
:
#fff
}
.header-download.fix
{
position
:
fixed
;
top
:
0
;
left
:
0
;
right
:
0
;
z-index
:
20
}
.header-download
.tip-pic
{
position
:
absolute
;
top
:
50%
;
left
:
1rem
;
width
:
1.8rem
;
height
:
1.8rem
;
margin
:
-0.9rem
0
0
0
;
background
:
url('/images/yohood/mobile/app-icon.png?1434419664')
;
background-size
:
100%
100%
}
.header-download
.tip-info
{
position
:
relative
;
margin
:
0
0
0
3.1rem
}
.header-download
.tip-info
h2
{
font-size
:
0.6rem
;
line-height
:
0.7rem
;
margin-top
:
0.4rem
}
.header-download
.tip-info
p
{
color
:
#959192
;
font-size
:
0.5rem
;
line-height
:
0.7rem
}
.header-download
.tip-info
.yohoboy-download-app
{
position
:
absolute
;
width
:
2.65rem
;
height
:
1.05rem
;
top
:
0.1rem
;
right
:
1.5rem
;
border
:
1px
solid
#000
;
line-height
:
1.05rem
;
border-radius
:
2px
;
text-align
:
center
;
font-size
:
0.5rem
;
color
:
#000
}
.header-download
.tip-close
{
position
:
absolute
;
width
:
1rem
;
height
:
1rem
;
top
:
0
;
right
:
0
;
background
:
url('/images/yohood/mobile/tip-c.png?1434419664')
;
background-size
:
100%
100%
}
.logo
{
position
:
relative
;
height
:
2.15rem
;
line-height
:
2.15rem
;
text-align
:
center
;
font-size
:
1.2rem
;
border-bottom
:
1px
solid
#000
}
.logo
.back-btn
{
position
:
absolute
;
left
:
0.5rem
;
font-size
:
1.1rem
;
color
:
#000
}
.bd
{
padding-bottom
:
1rem
}
.slide-main
{
position
:
relative
}
.slide-box
{
width
:
100%
;
position
:
relative
;
overflow
:
hidden
;
height
:
7.75rem
}
.slide-box
.slide-wrap
{
width
:
100%
;
overflow
:
hidden
;
position
:
relative
}
.slide-box
.slide-wrap
.box
{
float
:
left
;
width
:
100%
;
position
:
relative
}
.slide-box
.slide-wrap
.box
img
{
display
:
block
;
width
:
100%
;
height
:
7.75rem
}
.slide-navigator
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
5px
;
text-align
:
center
}
.slide-navigator
.dib
{
display
:
inline-block
}
.slide-navigator
.dib
a
{
float
:
left
;
width
:
0.3rem
;
height
:
0.3rem
;
margin-left
:
0.15rem
;
background
:
#d0cfcb
;
border-radius
:
50%
}
.slide-navigator
.dib
a
:first-child
{
margin-left
:
0
}
.slide-navigator
.dib
.swiper-active-switch
,
.slide-navigator
.dib
.on
{
background
:
#989795
}
.layout-item
{
margin
:
0
0
2.25rem
0
}
.layout-item
.image-box
{
position
:
relative
;
height
:
10.3rem
;
overflow
:
hidden
}
.layout-item
.image-box
.item-tag
{
position
:
absolute
;
bottom
:
0
;
left
:
0
;
height
:
1.25rem
;
padding
:
0
0.5rem
;
line-height
:
1.25rem
;
background
:
#000
;
color
:
#fff
;
font-size
:
0.7rem
}
.layout-item
.image-box
.play-icon
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
width
:
2.3rem
;
height
:
2rem
;
margin
:
-1rem
0
0
-1.15rem
;
background
:
url('/images/yohood/mobile/play.png?1434419664')
;
background-size
:
100%
100%
}
.layout-item
.content
{
margin
:
0.5rem
0
0
0
;
padding
:
0
0.8rem
}
.layout-item
.content
h2
a
{
line-height
:
1.25rem
;
color
:
#000
;
font-size
:
1rem
}
.layout-item
.content
p
{
margin
:
0.5rem
0
0
0
;
font-size
:
0.7rem
;
line-height
:
1rem
}
.layout-item
.content
.time
{
margin
:
0
;
color
:
#aaa
;
font-size
:
0.6rem
}
.pagination-inner
{
padding
:
0
0.75rem
}
.pagination-inner
a
{
float
:
left
;
font-size
:
0.9rem
;
color
:
#000
}
.pagination-inner
a
span
{
font-size
:
0.7rem
;
vertical-align
:
8%
}
.pagination-inner
a
.next
{
float
:
right
}
.cooperation-list
{
margin
:
0.6rem
0
0
0
}
.cooperation-list
li
{
float
:
left
;
margin
:
0
0.45rem
0.45rem
0
}
.cooperation-list
li
.img-box
{
width
:
6.9rem
;
height
:
4.65rem
;
line-height
:
4.65rem
;
overflow
:
hidden
;
border
:
1px
solid
#e0e0e0
;
text-align
:
center
}
.cooperation-list
li
.img-box.current
{
border
:
1px
solid
#000
}
.cooperation-list
li
.img-box
img
{
vertical-align
:
middle
;
max-width
:
100%
;
max-height
:
100%
;
width
:
auto
;
background
:
#fff
}
.cooperation-list
li
p
{
margin
:
0.3rem
0
;
font-size
:
0.6rem
;
line-height
:
0.7rem
;
text-align
:
center
;
color
:
#000
}
.cooperation-list
li
:hover
.img-box
{
border
:
1px
solid
#000
}
.img-zoom
{
display
:
none
;
position
:
fixed
;
max-width
:
100%
;
z-index
:
99
;
top
:
50%
;
left
:
50%
}
.img-zoom
img
{
display
:
block
;
-width
:
100%
}
.img-zoom.show
{
display
:
block
}
.home-logo
{
border
:
none
}
.banner-swiper
{
height
:
7.8rem
;
overflow
:
hidden
}
.banner-swiper
img
{
width
:
100%
}
.channel-list
li
{
float
:
left
;
margin
:
1.1rem
0
0
1.45rem
;
text-align
:
center
}
.channel-list
.channel-pic
{
width
:
3.3rem
;
height
:
3.3rem
;
line-height
:
3.3rem
;
border-radius
:
50%
;
border
:
1px
solid
#000
;
text-align
:
center
;
color
:
#000
;
font-size
:
1.2rem
}
.channel-list
.video
{
font-size
:
0.8rem
}
.channel-list
.recmmend
{
background
:
url('/images/yohood/mobile/recmmend.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
.show
{
background
:
url('/images/yohood/mobile/show.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
.ticket
{
background
:
url('/images/yohood/mobile/ticket.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
.contact
{
font-size
:
0.8rem
}
.channel-list
.channel-name
{
margin-top
:
0.45rem
;
line-height
:
0.75rem
;
font-size
:
0.6rem
;
font-weight
:
bold
;
color
:
#000
}
.channel-list
.channel-name-cn
{
line-height
:
0.75rem
;
font-size
:
0.6rem
;
color
:
#000
}
.channel-list
li
.current
.channel-pic
{
color
:
#fff
;
background
:
#000
}
.channel-list
li
.current
.channel-pic.recmmend
{
background
:
#000
url('/images/yohood/mobile/recmmend-current.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
li
.current
.channel-pic.show
{
background
:
#000
url('/images/yohood/mobile/show-current.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.channel-list
li
.current
.channel-pic.ticket
{
background
:
#000
url('/images/yohood/mobile/ticket-current.png?1434419664')
no-repeat
center
center
;
background-size
:
36%
auto
}
.content-tab
{
margin
:
0.6rem
0
0
0
;
text-align
:
center
}
.content-tab
ul
{
display
:
inline-block
;
border-left
:
1px
solid
#000
}
.content-tab
ul
li
{
float
:
left
;
border
:
1px
solid
#000
;
border-left
:
none
}
.content-tab
ul
li
a
{
display
:
block
;
width
:
4.8rem
;
height
:
1.7rem
;
line-height
:
1.7rem
;
text-align
:
center
;
font-size
:
0.7rem
;
color
:
#000
}
.content-tab
ul
li
.current
{
background
:
#000
}
.content-tab
ul
li
.current
a
{
color
:
#fff
}
.activity-main
{
margin
:
0.6rem
0
0
0
}
.activity-content
{
display
:
none
}
.activity-content
img
{
width
:
100%
}
.activity-content
.section
{
margin
:
1.2em
0
0
0
}
.activity-content
.section
p
,
.activity-content
.section
h4
{
padding
:
0
0.8rem
;
line-height
:
1rem
;
font-size
:
0.7rem
}
.activity-content.current
{
display
:
block
}
.activity-cooperation
{
padding
:
0
0
0
0.8rem
}
.activity-cooperation
h2
{
font-size
:
0.8rem
;
color
:
#000
;
line-height
:
1.1rem
}
.search-wrap
{
position
:
relative
;
z-index
:
2
;
height
:
2.2rem
;
padding
:
0
0.4rem
;
background
:
#f0f0f0
;
text-align
:
center
}
.search-wrap
input
{
width
:
15.2rem
;
height
:
1.4rem
;
margin
:
0.4rem
0
0
0
;
padding
:
0
;
border
:
none
;
outline
:
none
;
font-size
:
0.7rem
;
border-radius
:
2px
}
.search-wrap
input
:focus
,
.search-wrap
input
.hasVal
{
width
:
13.6rem
;
padding-left
:
1.6rem
}
.search-wrap
.search-btn
{
position
:
absolute
;
color
:
#8e8e93
;
font-size
:
0.7rem
;
top
:
0.6rem
;
left
:
50%
;
margin-left
:
-1.05rem
}
.search-wrap
.search-btn
span
{
margin-right
:
0.1rem
;
font-size
:
0.7rem
;
vertical-align
:
2%
}
.search-wrap
input
:focus
~
.search-btn
,
.search-wrap
input
.hasVal
~
.search-btn
{
left
:
0.9rem
;
margin-left
:
0
}
.search-wrap
input
:focus
~
.search-btn
em
,
.search-wrap
input
.hasVal
~
.search-btn
em
{
display
:
none
}
.brand-content
{
padding
:
0
0
0
0.8rem
}
.no-search
{
display
:
none
;
text-align
:
center
;
font-size
:
0.6rem
;
margin
:
1rem
0
0
0
}
.no-search
a
{
font-size
:
0.6rem
;
line-height
:
0.8rem
;
color
:
#000
}
.overlay
{
display
:
none
;
position
:
fixed
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
background
:
rgba
(
0
,
0
,
0
,
0.5
);
z-index
:
1
}
.overlay.show
{
display
:
block
}
.main-title
{
font-size
:
0.8rem
;
line-height
:
2.3rem
;
text-align
:
center
;
color
:
#000
}
.video-wrap
.layout-item
.image-box
{
height
:
10.3rem
}
.video-wrap
.layout-item
img
{
width
:
100%
}
.scene-bd
{
padding
:
0
}
.scene-tab
{
margin
:
0.5rem
0
0
0.7rem
}
.scene-tab
li
{
float
:
left
;
width
:
4.8rem
;
height
:
1.7rem
;
line-height
:
1.7rem
;
text-align
:
center
;
background
:
#fff
;
border
:
1px
solid
#000
}
.scene-tab
li
a
{
font-size
:
0.6rem
;
color
:
#000
}
.scene-tab
li
.current
{
background
:
#000
}
.scene-tab
li
.current
a
{
color
:
#fff
}
.scene-tab
li
.disable.current
{
background
:
#ebebeb
;
color
:
#fff
;
border-color
:
#ebebeb
;
cursor
:
default
}
.scene-tab
li
.disable.current
a
{
color
:
#fff
}
.scene-tab
li
.disable
{
background
:
#fff
;
border-color
:
#ebebeb
;
cursor
:
default
}
.scene-tab
li
.disable
a
{
color
:
#ebebeb
}
.scene-content
{
position
:
relative
;
margin
:
0
0
0
0.7rem
;
border-left
:
2px
solid
#e0e0e0
}
.scene-content
.scene-intro
{
position
:
absolute
;
top
:
0.75rem
;
left
:
1.15rem
;
padding
:
0
0.8rem
;
height
:
1.4rem
;
line-height
:
1.4rem
;
background
:
#000
;
color
:
#fff
;
font-size
:
0.6rem
}
.scene-content
.scene-intro
:before
{
position
:
absolute
;
content
:
""
;
width
:
0.3rem
;
height
:
0.85rem
;
top
:
0
;
left
:
-0.3rem
;
background
:
url("../images/yohood/site-activity-intro-icon.png")
no-repeat
;
background-size
:
100%
100%
}
.scene-content
.scene-time
{
position
:
absolute
;
top
:
2.5rem
;
left
:
1.15rem
;
color
:
#aeaeae
}
.scene-content
.scene-icon
{
position
:
absolute
;
top
:
1.45rem
;
left
:
-0.2rem
;
width
:
0.3rem
;
height
:
0.3rem
;
background
:
url("../images/yohood/site-activity-icon.png")
no-repeat
;
background-size
:
100%
100%
}
.scene-content
.main-layout
{
display
:
none
}
.scene-content
.main-layout.current
{
display
:
block
}
.scene-content
.layout-section
{
position
:
relative
;
padding
:
4.15rem
0
0
0.8rem
}
.scene-content
.layout-item
{
width
:
13.6rem
}
.scene-content
.image-box
img
{
width
:
100%
}
.show-title
{
color
:
#0099bb
}
.layout-item
.image-box
{
height
:
16rem
}
.layout-item
.image-box
img
{
width
:
100%
;
height
:
100%
}
.layout-item
.image-box
.pic-tip
{
display
:
block
;
position
:
absolute
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
color
:
#009abe
;
text-decoration
:
none
;
height
:
0.6rem
;
line-height
:
0.6rem
;
padding
:
0
0.25rem
;
border-radius
:
11px
;
font-family
:
'Helvetica'
;
font-weight
:
bold
;
box-shadow
:
1px
2px
2px
rgba
(
0
,
0
,
0
,
0.5
)}
.layout-item
.image-box
.pic-tip
:after
{
position
:
absolute
;
content
:
""
;
background-image
:
url("../images/yohood/vedio-btn.png")
;
background-repeat
:
no-repeat
;
background-position
:
0
-55px
;
background-size
:
30px
310px
;
width
:
7px
;
height
:
5px
;
top
:
0.4rem
;
left
:
-0.1rem
;
z-index
:
10
}
.contact-us-section
{
margin
:
0.5rem
0
0
0
;
text-align
:
center
}
.contact-us-section
h2
{
font-size
:
0.8rem
}
.contact-us-section
p
{
font-size
:
0.7rem
;
line-height
:
1rem
}
.detail-title
{
margin
:
0.75rem
0
;
padding
:
0
0
0
0.7rem
}
.detail-title
.title
{
line-height
:
1.2rem
;
font-size
:
1rem
;
font-weight
:
bold
}
.detail-title
.subtitle
{
margin
:
0.25rem
0
0
0
;
font-size
:
0.6rem
;
line-height
:
0.75rem
;
color
:
#a5a5a5
}
.brand-title
{
margin
:
0.4rem
0
}
.brand-title
.title
{
font-size
:
0.8rem
;
text-align
:
center
}
.detail-article
{
margin
:
0.75rem
0.75rem
0
;
font-size
:
0.7rem
;
line-height
:
1.2rem
}
.detail-article
img
{
margin-left
:
-0.75rem
;
width
:
16rem
}
.detail-article
p
{
margin
:
0.5rem
0
;
font-size
:
0.7rem
;
line-height
:
1.2rem
}
.related-post
{
margin
:
1.4rem
0.85rem
0
0.85rem
}
.related-post
h2
{
font-weight
:
bold
;
font-size
:
0.8rem
;
line-height
:
0.9rem
}
.related-post
ul
{
margin
:
0.2rem
0
0
0
}
.related-post
ul
li
{
margin
:
0.8rem
0
0
0
;
padding
:
0.8rem
0
0
0
;
border-top
:
1px
solid
#e5e5e5
}
.related-post
ul
li
a
{
display
:
block
}
.related-post
ul
li
.image-box
{
float
:
left
;
width
:
4.8rem
;
height
:
3.05rem
}
.related-post
ul
li
.image-box
img
{
width
:
100%
;
height
:
100%
}
.related-post
ul
li
.content
{
float
:
left
;
width
:
9.1rem
;
margin
:
0.4rem
0
0
0.4rem
;
font-size
:
0.7rem
;
line-height
:
1.1rem
;
color
:
#000
}
.related-post
ul
li
:first-child
{
border-top
:
none
}
.share
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
background-image
:
linear-gradient
(
rgba
(
255
,
255
,
255
,
0
),
#fff
);
text-align
:
center
}
.share
ul
{
display
:
inline-block
}
.share
li
{
float
:
left
;
margin-left
:
2.05rem
}
.share
li
a
{
display
:
block
;
width
:
46px
;
height
:
48px
;
background-image
:
url('/images/yohood/mobile/share.png?1434419664')
;
background-size
:
100%
auto
}
.share
li
:first-child
{
margin-left
:
0
}
.share
.yohoo-share-button-sina
a
{
background-position
:
0
-151px
}
.share
.yohoo-share-button-qq
a
{
background-position
:
0
-50px
}
.enter-store
{
display
:
block
;
width
:
4.7rem
;
height
:
1.65rem
;
margin
:
0.75rem
auto
0
;
padding-left
:
34px
;
line-height
:
1.75rem
;
border
:
1px
solid
#000
;
border-radius
:
4px
;
background
:
#fff
;
color
:
#000
;
background
:
url("../images/yohood/enter-store.png")
no-repeat
10px
center
}
.news-select
{
position
:
relative
;
margin
:
0.75rem
0
;
text-align
:
center
}
.news-select
select
{
font-size
:
0.8rem
;
border
:
none
;
outline
:
none
;
font-family
:
"arial"
,
"helvetica"
,
"微软雅黑"
;
text-align
:
center
;
border-color
:
red
}
.news-select
select
option
{
border-color
:
red
}
.news-main
{
display
:
none
}
.news-main.current
{
display
:
block
}
/*# sourceMappingURL=mobile.css.map */
...
...
res/css/mobile.css.map
0 → 100644
View file @
0d5c907
{
"version"
:
3
,
"mappings"
:
"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"
,
"sources"
:
[
"../sass/_base.scss"
,
"../sass/mobile/_common.scss"
,
"../sass/mobile/_home.scss"
,
"../sass/mobile/_activity.scss"
,
"../sass/mobile/_brand.scss"
,
"../sass/mobile/_video.scss"
,
"../sass/mobile/_scene.scss"
,
"../sass/mobile/_show.scss"
,
"../sass/mobile/_other.scss"
,
"../sass/mobile/_detail.scss"
,
"../sass/mobile/_news.scss"
],
"names"
:
[],
"file"
:
"mobile.css"
}
\ No newline at end of file
...
...
res/sass/_base.scss
View file @
0d5c907
...
...
@@ -49,7 +49,7 @@ body {
font
:
12px
/
1
.5
"arial"
,
"helvetica"
,
"微软雅黑"
;
color
:
#000
;
width
:
100%
;
height
:
100%
;
//
height: 100%;
padding
:
0
;
margin
:
0
;
}
...
...
Please
register
or
login
to post a comment