﻿html { background: #ffffff; }
body { width: 100%; height: 100%; min-width: 1220px; font-size: 14px; background: #ffffff; color: #555; font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif"; }

a { color: inherit; transition: 0.3s ease; }
a:hover { color: #00baff; }

input[type=text]:disabled, textarea:disabled { background: #ddd !important; color: #aaa; }
input[type=submit]:disabled, input[type=button]:disabled { background: #aaa !important; cursor: not-allowed; }

.g_cw { width: 1220px; padding: 0 10px; margin: 0 auto; }
.g_cw::after { content: ''; display: block; clear: both; }
.g_mt { margin-top: 100px; }
.g_mt::before { content: ''; display: block; clear: both; }
.g_mt::after { content: ''; display: block; clear: both; }
html.um .g_mt { margin-top: 50px; }

.g_mb { margin-bottom: 100px; }
.g_mb::before { content: ''; display: block; clear: both; }
.g_mb::after { content: ''; display: block; clear: both; }
html.um .g_mb { margin-bottom: 50px; }

html.um body { min-width: 0; padding-top: 50px; }
html.um .g_cw { width: 100%; max-width: 100%; }

html.um .g_page > ul.list { display: none; }
html.um .g_page > p.tip { display: block; }
html.um .g_page.g_mt { margin-top: 100px; }


.g_title { clear: both; text-align: center; margin-bottom: 60px; }
.g_title .h1 { font-size: 35px; font-weight: normal; margin-bottom: 20px; color: #333; }
.g_title .h2 { font-size: 16px; color: #999; }


.g_cate { clear: both; text-align: center; margin-bottom: 50px; }
.g_cate a { display: inline-block; padding: 5px 10px; border-radius: 3px; margin: 0 5px; color: #999; }
.g_cate a:hover, .g_cate a.on { background: #00BAFF; color: #fff; }

html.um .g_cate { overflow-x: scroll; white-space: nowrap; -webkit-overflow-scrolling: touch; }
html.um .g_cate::-webkit-scrollbar { display: none; width: 0; }


.g_tool { clear: both; position: fixed; z-index: 1; right: 0; bottom: 80px; width: 40px; transition: .3s ease; }
.g_tool > li { position: relative; }
.g_tool > li > a { display: block; height: 40px; line-height: 40px; text-align: center; background: #fff; color: #00BAFF; border: 1px solid rgba(0,0,0,.1); border-top: 0; transition: .3s ease; }
.g_tool > li > a:hover { background: #00BAFF; color: #fff; border: 1px solid #00BAFF; }
.g_tool > li:first-child > a { border-top: 1px solid rgba(0,0,0,.1); }
.g_tool > li > a > .fa-qq { font-size: 19px; }
.g_tool > li > a > .fa-envelope { font-size: 14px; }
.g_tool > li > a > .fa-angle-up { font-size: 19px; }
html.um .g_tool { opacity: 0; }
html.um .g_tool.show { opacity: 0.5; }

.g_tool > li > a.top { height: 0; opacity: 0; overflow: hidden; }
.g_tool > li > a.top.show { height: 40px; opacity: 1; }


.g_header { clear: both; }

.g_header p.top { text-align: right; font-size: 12px; color: #999; padding: 10px 0 0; }
.g_header p.top .sp { margin: 0 20px; color: #ccc; }
.g_header p.top a:hover { text-decoration: underline; }
.g_header p.top a.btn { line-height: normal; display: inline-block; padding: 3px 8px; border-radius: 2px; transition: ease 0.3s; }
.g_header p.top a.btn:hover,
.g_header p.top a.btn.on { background: #00baff; color: #fff; text-decoration: none; }

.g_header .bar { }
.g_header .bar .logo { float: left; line-height: 50px; font-size: 0; }
.g_header .bar .logo .pc { }
.g_header .bar .logo .pc img { vertical-align: middle; }
.g_header .bar .logo .mb { display: none; }

.g_header .bar a.user { display: none; }
.g_header .bar .menu { display: none; }

.g_header .nav { float: right; line-height: 80px; }
.g_header .nav > li { float: left; }
.g_header .nav > li > a { display: inline-block; padding: 0 25px; font-size: 16px; }
.g_header .nav > li > a.last { padding-right: 0; }
.g_header .nav > li > a:hover,
.g_header .nav > li > a.on { color: #00baff; }


.g_header .nav > li.svr { display: none; }


html.um .g_header p.top { display: none; }

html.um .g_header .bar { position: fixed; left: 0; top: 0; right: 0; height: 50px; background: #fff; border-bottom: 1px solid #e5e5e5; z-index: 100; }

html.um .g_header .bar > .menu { display: inline-block; position: absolute; z-index: 2; left: 0; top: 0; color: #fff; width: 50px; height: 50px; overflow: hidden; }
html.um .g_header .bar > .menu .l1,
html.um .g_header .bar > .menu .l2,
html.um .g_header .bar > .menu .l3 { position: absolute; left: 14px; top: 15px; display: block; width: 60%; height: 1px; background: #333; }
html.um .g_header .bar > .menu .l1 { top: 15px; transition: ease 0.5s; }
html.um .g_header .bar > .menu .l2 { top: 24px; transition: ease 0.3s; }
html.um .g_header .bar > .menu .l3 { top: 33px; transition: ease 0.3s; }

html.um .g_header.open .bar > .menu .l1,
html.um .g_header.open .bar > .menu .l2,
html.um .g_header.open .bar > .menu .l3 { top: 24px; }
html.um .g_header.open .bar > .menu .l1 { transform: rotate(405deg); }
html.um .g_header.open .bar > .menu .l2,
html.um .g_header.open .bar > .menu .l3 { transform: rotate(315deg); }

html.um .g_header .bar .logo { position: relative; z-index: 1; float: none; text-align: center; line-height: 50px; }
html.um .g_header .bar .logo .pc { display: none; }
html.um .g_header .bar .logo .mb img { max-height: 40px; vertical-align: middle; }
html.um .g_header .bar .logo .mb { display: inline-block; }

html.um .g_header .bar a.user { display: inline-block; position: absolute; z-index: 2; right: 0; top: 0; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 0; overflow: hidden; }
html.um .g_header .bar a.user img { width: 70%; vertical-align: middle; }

html.um .g_header .nav { position: fixed; z-index: 99; float: none; line-height: normal; left: 0; top: -100%; bottom: 100%; right: 0; background: #fff; visibility: hidden; opacity: 0; padding: 20px 30px 30px 30px; transition: 0.5s ease; }
html.um .g_header .nav > li { float: none; }
html.um .g_header .nav > li:not(:last-child) { border-bottom: 1px solid rgba(0,0,0,0.05); }
html.um .g_header .nav > li a { padding: 20px 30px; display: block; }

html.um .g_header.open .nav { top: 50px; bottom: 0; visibility: visible; opacity: 1; }

html.um .g_header .nav > li .user { display: none; }


.g_footer { clear: both; margin-top: 100px; }

.g_footer .contact { clear: both; background: #e5e5e5; padding: 40px 0; line-height: 2em; }
.g_footer .contact .g_cw > table { clear: both; width: 100%; color: #999; }
.g_footer .contact .g_cw > table td { vertical-align: top; }
.g_footer .contact td.cel.r table { float: right; line-height: 2.2em; }

.g_footer .bottom { clear: both; background: #d6d6d6; padding: 20px 0; font-weight: lighter; line-height: 1.8em; font-size: 12px; text-align: center; }
.g_footer .bottom em { margin: 0 5px; }

html.um .g_footer .contact td.cel { width: 100%; margin-bottom: 30px; float: left; display: block; }
html.um .g_footer .contact td.cel.r table { float: none; }
html.um .g_footer .g_r { float: left; margin-top: 10px; }


.bannerframes { position: relative; z-index: 0; clear: both; }
.bannerframes .frames,
.bannerframes .frames a,
.bannerframes .frames div { display: block; height: 100%; }
.bannerframes .frames a { background-position: center top; background-repeat: no-repeat; background-size: auto 100%; }
.bannerframes .frames .txt { display: inline-block; width: 60%; float: left; }
.bannerframes .frames .txt .t1 { margin-top: 100px; font-size: 50px; color: #fff; font-weight: bold; }
.bannerframes .frames .txt .t2 { margin-top: 20px; font-size: 18px; opacity: 0.5; }

html.um .bannerframes .slick-prev { left: 0; }
html.um .bannerframes .slick-next { right: 0; }

.bannersingle { clear: both; height: 240px; margin-bottom: 50px; background: #F3F3F3; text-align: center; overflow: hidden; background-position: center top; background-repeat: no-repeat; background-size: auto 100%; }
.bannersingle .h1 { font-size: 1.8em; margin-top: 80px; margin-bottom: 20px; }
.bannersingle .h2 { color: #999; }


.templist { clear: both; }
.templist .offset { margin-left: -34px; margin-bottom: -50px; }
.templist .offset::before { content: ''; display: block; clear: both; }
.templist .offset::after { content: ''; display: block; clear: both; }
.templist .offset .list { }
.templist .offset .list > li { width: 33.33%; float: left; padding-left: 34px; margin-bottom: 50px; }
.templist .offset .list > li:nth-child(3n+1) { clear: both; }
.templist .offset .list > li .box { position: relative; padding: 8px; background: #fff; border: 1px solid #eee; border-radius: 5px; transition: ease .3s; }
.templist .offset .list > li .box:hover { box-shadow: 0 0 30px rgba(0,0,0,.15); }
.templist .offset .list > li .box > a.view { position: relative; display: block; }
.templist .offset .list > li .box > a.view p.pic { margin-bottom: 20px; font-size: 0; text-align: center; }
.templist .offset .list > li .box > a.view p.pic img { width: 350px; }
.templist .offset .list > li .box > a.view p.name { margin-bottom: 15px; padding: 0 5px; font-size: 16px; }

.templist .offset .list > li .box > p.bottom { clear: both; text-align: right; padding: 15px 0; border-top: 1px solid #f6f6f6; }
.templist .offset .list > li .box > p.bottom .price { float: left; padding-top: 10px; font-family: 微软雅黑; }
.templist .offset .list > li .box > p.bottom .price em.qut { color: #ccc; font-size: 12px; }
.templist .offset .list > li .box > p.bottom .price em.num { color: #000; font-size: 16px; }
.templist .offset .list > li .box > p.bottom a.buy { line-height: normal; display: inline-block; padding: 6px 15px; margin-left: 5px; font-size: 15px; border: 1px solid #e5e5e5; border-radius: 3px; transition: ease .3s; }
.templist .offset .list > li .box:hover > p.bottom a.buy { background: #00baff; color: #fff; border: 1px solid #00baff; }

.templist .offset .list > li .box > p.bottom1 { clear: both; margin: 10px 0; }
.templist .offset .list > li .box > p.bottom1 .design { color: #ccc; }
.templist .offset .list > li .box > p.bottom1 .design em { color: #999; }
.templist .offset .list > li .box > p.bottom1 .tags { float: right; white-space: nowrap; font-size: 12px; }
.templist .offset .list > li .box > p.bottom1 .tags em { float: left; display: inline-block; border: 1px solid #090; padding: 0 2px; line-height: 1.5em; color: #090; border-radius: 2px; margin-left: 5px; opacity: .6; transition: ease .3s; }

.templist .more { clear: both; text-align: center; margin-top: 100px; }
.templist .more a { display: inline-block; font-size: 18px; background: #00baff; color: #fff; padding: 13px 50px; border-radius: 30px; font-weight: lighter; transition: 0.3s ease; }
.templist .more a:hover { box-shadow: 0 0 30px rgba(0,186,255,.7); }


html.um .templist .offset { margin-left: -20px; }
html.um .templist .offset .list > li { width: 50%; padding-left: 20px; }
html.um .templist .offset .list > li:nth-child(3n+1) { clear: none; }
html.um .templist .offset .list > li:nth-child(2n+1) { clear: both; }
html.um .templist .offset .list > li .box > a.view p.pic img { width: auto; max-width: 100%; }

@media (max-width: 500px) {
	html.um .templist .offset .list > li { width: 100%; float: none; }
	html.um .templist .offset .list > li .box { padding: 0; border: 0; border-radius: 0; }
	html.um .templist .offset .list > li .box:hover { box-shadow: none; }
	html.um .templist .offset .list > li .box > p.bottom a.buy { background: #00baff; color: #fff; border: 1px solid #00baff; }
}



.tempdetail { clear: both; margin-top: 80px; }
.tempdetail a.check { line-height: normal; padding: 5px 10px; display: inline-block; border: 1px solid #999; border-radius: 5px; font-size: 15px; }
.tempdetail a.check.on,
.tempdetail a.check:hover { color: #00BAFF; border-color: #00BAFF; }
.tempdetail > .thum { display: block; width: 800px; float: left; position: relative; font-size: 0; text-align: center; margin-right: 40px; margin-bottom: 50px; }
.tempdetail > .thum .pics a { display: block; }
.tempdetail > .thum .pics a img { max-width: 100%; }
.tempdetail > .thum .slick-prev { left: -20px; background: transparent; }
.tempdetail > .thum .slick-next { right: -20px; background: transparent; }
.tempdetail > .thum .slick-prev:before,
.tempdetail > .thum .slick-next:before { color: #333; font-size: 50px; }
.tempdetail > .thum .view { position: absolute; display: inline-block; visibility: hidden; margin: -20px 0 0 -100px; background: #f60; color: #fff; text-align: center; width: 200px; height: 40px; line-height: 40px; font-size: 18px; font-weight: lighter; left: 50%; top: 20%; opacity: 0; box-shadow: 0 10px 40px rgba(0,0,0,0.3); transition: .3s ease; }
.tempdetail > .thum:hover .view { visibility: visible; top: 50%; opacity: 1; }
.tempdetail > .detail { overflow: hidden; margin-bottom: 50px; color: #777; }
.tempdetail > .detail p.name { margin-bottom: 20px; font-size: 20px; font-weight: bold; color: #555; line-height: 1.5em; }
.tempdetail > .detail p.out { margin-bottom: 20px; font-size: 14px; color: #999; }
.tempdetail > .detail p.price { padding: 20px 10px; border-radius: 3px; background: #FAF5F8; margin: 20px 0; font-size: 18px; font-family: 微软雅黑; overflow: hidden; }
.tempdetail > .detail p.price em.qut { color: #ccc; font-size: 14px; }
.tempdetail > .detail p.price em.num { color: #000; }
.tempdetail > .detail p.price .free { display: block; position: absolute; bottom: 10px; right: 10px; color: #f60; font-size: 12px; }
.tempdetail > .detail p.tags { clear: both; white-space: nowrap; margin-bottom: 20px; overflow: hidden; }
.tempdetail > .detail p.tags em { float: left; display: inline-block; padding: 0 5px; font-size: 14px; line-height: 1.5em; border: 1px solid #090; color: #090; border-radius: 2px; margin-right: 5px; }
.tempdetail > .detail p.semi { clear: both; padding: 10px; background: #f6f6f6; border-radius: 3px; font-size: 12px; line-height: 1.6em; }
.tempdetail > .detail .opt { width: 100%; font-size: 16px; margin-bottom: 30px; }
.tempdetail > .detail .opt th { line-height: 2em; color: #999; font-weight: normal; vertical-align: top; padding: 10px 0; }
.tempdetail > .detail .opt td { line-height: 2em; vertical-align: top; padding: 10px 0; }
.tempdetail > .detail .opt p.tip { margin-top: 10px; line-height: normal; }
.tempdetail > .detail .opt select { border-radius: 5px; }
.tempdetail > .detail p.btn { margin-top: 40px; }
.tempdetail > .detail p.btn input { background: #00BAFF; border: 0; width: 300px; height: 50px; font-size: 18px; color: #fff; border-radius: 3px; }

.tempdetail > dl.display { clear: both; margin-bottom: 80px; }
.tempdetail > dl.display dt { color: #555; font-size: 18px; margin-bottom: 30px; }
.tempdetail > dl.display dd { font-size: 16px; color: #555; line-height: 1.8em; }
.tempdetail > dl.display dd .piclist { margin: 20px 0; font-size: 0; }
.tempdetail > dl.display dd .piclist img { display: block; max-width: 100%; }

.tempdetail > dl.more { clear: both; }
.tempdetail > dl.more dt { color: #555; font-size: 18px; margin-bottom: 30px; }
.tempdetail > dl.more dd { }


html.um .tempdetail { margin-top: 30px; }
html.um .tempdetail > .thum { width: auto; float: none; margin-right: 0; }
html.um .tempdetail > .thum .view { visibility: visible; top: 50%; opacity: .5; }
html.um .tempdetail > .detail p.btn input { width: 100%; }
html.um .tempdetail > .detail p.price .free { position: static; white-space: nowrap; }

html.um .tempdetail > dl.display dd { padding: 20px 10px; }
html.um .tempdetail > dl.display dd .piclist { margin: 20px -10px; }


@media (max-width: 699px) {
	.tempdetail > .thum { width: auto; float: none; margin-right: 0; }
	.tempdetail > .thum .slick-prev { left: -10px; }
	.tempdetail > .thum .slick-next { right: -10px; }
}



.tempview { }
.tempview .header { position: fixed; text-align: center; top: 0; left: 0; right: 0; height: 50px; font-size: 12px; z-index: 9; /*overflow: hidden;*/ background: #222; color: #ccc; }
.tempview .header > * { line-height: 50px; }
.tempview .header img.ico { position: relative; top: -2px; vertical-align: middle; }
.tempview .header > .name { font-size: 14px; }

.tempview .header span { margin: 0 10px; }

.tempview .header span.device a .fa { width: 40px; position: relative; top: 5px; text-align: center; }
.tempview .header span.device a:hover .fa,
.tempview .header span.device a.on .fa { color: #00BAFF; }
.tempview .header span.device a .fa-laptop { width: 50px; font-size: 30px; top: 4px; }
.tempview .header span.device a .fa-tablet { font-size: 31px; }
.tempview .header span.device a .fa-mobile { font-size: 32px; }
.tempview .header span.device>span {
	position: relative;
	cursor: pointer;
}
.tempview .header span.device span .fa-qrcode {
    font-size: 28px;
    vertical-align: middle;
    margin-top: -4px;
}
.tempview .header span.device span .qr {
    position: absolute;
    right: 0;
    padding: 10px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0;
    box-sizing: border-box;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tempview .header span.device>span:hover .qr {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.qrcode {
  width: 290px;
  height: 300px;
  background: #f7f7f7;
  padding-top: 100px; text-align:center
}
.qrcode table {
  vertical-align: middle;
  text-align: center;
  margin: 0px auto;
  width: 200px;
  padding: 1px;
  border: 1px solid #ccc;
  background: #fff;
}
.qrcode p {
  text-align: center;
  height: 36px;
  font-size: 15px;
  font-family: "微软雅黑 Light";
  color: #ff0000;
  line-height: 36px;
}

.tempview .header span.color em.c { display: inline-block; width: 28px; text-align: center; }
.tempview .header span.color em.c a { display: inline-block; position: relative; top: 3px; width: 18px; height: 18px; border: 0; border-radius: 12px; transition: .5s ease; }
.tempview .header span.color em.c a.on { top: 5px; width: 24px; height: 24px; }
/*.tempview .header span.color em.c a.on::after { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; display: block; height: 1px; background: rgba(255,255,255,0.8); }*/
.tempview .header span.color em.c a.white { background: #fff; }
.tempview .header span.color em.c a.gray { background: #ccc; }
.tempview .header span.color em.c a.red { background: #f00; }
.tempview .header span.color em.c a.orange { background: #f60; }
.tempview .header span.color em.c a.yellow { background: #ff0; }
.tempview .header span.color em.c a.green { background: #0f0; }
.tempview .header span.color em.c a.cyan { background: #0ff; }
.tempview .header span.color em.c a.blue { background: #00f; }
.tempview .header span.color em.c a.purple { background: #f0f; }
.tempview .header span.color em.c a.black { background: #000; border: 1px solid #fff; }

.tempview .header span.setting { }

.tempview .header .tip { position: relative; text-align: left; font-weight: lighter; color: #aaa; display: inline-block; line-height: normal; }

.tempview .header .buy { display: inline-block; font-size: 18px; padding: 0 10px; background: #f60; color: #fff; }

.tempview .view { position: fixed; top: 50px; left: 0; right: 0; bottom: 0; overflow: hidden; /*background: #aaa;*/ }
.tempview .view p { position: relative; width: 100%; height: 0; margin: 0 auto; background: #eee; text-align: center; transition: .5s ease; }
.tempview .view .win { width: 100%; height: 100%; margin: 0 auto; transition: .5s ease; }
.tempview .view .win iframe { width: 100%; height: 100%; border: 0; }
.tempview .view p.h::before,
.tempview .view p.h::after,
.tempview .view p.b::after { opacity: 0; transition: .5s ease; }
.tempview .view p.h::before { content: ''; position: absolute; left: 50%; margin-left: 0; width: 0; height: 0; margin-top: 13px; display: inline-block; border-radius: 0; }
.tempview .view p.h::after { content: ''; width: 0; height: 0; margin-top: 0; display: inline-block; border-radius: 0; }
.tempview .view p.b::after { content: ''; width: 0; height: 0; margin-top: 0; display: inline-block; border-radius: 0; }

.tempview .view.pad { padding: 20px 0 40px; }
.tempview .view.pad p { width: 600px; }
.tempview .view.pad .win { position: relative; top: -30px; width: 600px; max-height: 870px; padding: 30px 0; }
.tempview .view.pad p.h { border-radius: 30px 30px 0 0; height: 30px; }
.tempview .view.pad p.h::before { opacity: 0; }
.tempview .view.pad p.h::after { opacity: 1; width: 14px; height: 14px; margin-top: 8px; background: #aaa; border-radius: 7px; }
.tempview .view.pad p.b { position: relative; top: -60px; border-radius: 0 0 50px 50px; height: 50px; }
.tempview .view.pad p.b::after { opacity: 1; width: 40px; height: 40px; margin-top: 5px; background: #bbb; border-radius: 20px; }

.tempview .view.mobile { padding: 20px 0 30px; }
.tempview .view.mobile p { width: 375px; }
.tempview .view.mobile .win { position: relative; top: -40px; width: 375px; max-height: 757px; padding: 40px 0; }
.tempview .view.mobile p.h { border-radius: 40px 40px 0 0; height: 40px; }
.tempview .view.mobile p.h::before { opacity: 1; margin-left: -60px; width: 14px; height: 14px; background: #bbb; border-radius: 7px; }
.tempview .view.mobile p.h::after { opacity: 1; width: 70px; height: 10px; margin-top: 15px; background: #bbb; border-radius: 5px; }
.tempview .view.mobile p.b { position: relative; top: -80px; border-radius: 0 0 50px 50px; height: 50px; }
.tempview .view.mobile p.b::after { opacity: 1; width: 40px; height: 40px; margin-top: 5px; background: #bbb; border-radius: 20px; }



.helplist { clear: both; margin-bottom: 80px; }
.helplist > tbody > tr > td { vertical-align: top; padding-bottom: 40px; width: 50%; }
.helplist > tbody > tr > td:nth-child(1) { padding-right: 20px; }
.helplist > tbody > tr > td:nth-child(2) { padding-left: 20px; }
.helplist p.title { font-size: 18px; margin-bottom: 10px; }
.helplist p.out { color: #999; }


html.um .helplist > tbody > tr > td { width: 100%; display: block; }
html.um .helplist > tbody > tr > td:nth-child(n) { padding-left: 0; padding-right: 0; }


.helpdetail { clear: both; margin-top: 80px; }
.helpdetail > p.title { font-size: 25px; margin-bottom: 10px; }
.helpdetail > p.out { color: #999; margin-bottom: 10px; }
.helpdetail > p.time { float: right; color: #999; margin-bottom: 30px; }
.helpdetail > div.body { clear: both; font-size: 15px; line-height: 1.8em; border-top: 1px dotted #ccc; padding-top: 30px; }


.mbox258 { position: relative; display: inline-block; width: 258px; border: 1px solid #eee; border-bottom: 0; background: #fff; padding: 30px 8px 40px; overflow: hidden; border-radius: 25px; box-shadow: 0 20px 30px -20px rgba(0,0,0,.3); margin-bottom: 30px; }
.mbox258:before { content: ''; position: absolute; top: 11px; left: 50%; margin-left: -20px; display: inline-block; width: 40px; height: 8px; background: #ddd; border-radius: 4px; }
.mbox258:after { content: ''; position: absolute; bottom: 4px; left: 50%; margin-left: -16px; display: inline-block; width: 32px; height: 32px; background: #ddd; border-radius: 50%; }
.mbox258 .view { position: relative; width: 240px; height: 427px; overflow: hidden; }
.mbox258 .view .pic { font-size: 0; }
.mbox258 .view .pic img { width: 240px; height: 427px; }
.mbox258 .view .top { position: absolute; left: 0; top: 100%; right: 0; bottom: -100%; background: #f0f0f0; text-align: center; visibility: hidden; opacity: 0; transition: ease .3s; }
.mbox258:hover .view .top { visibility: visible; opacity: 1; top: 0; bottom: 0; }
.mbox258 .view .top .qr { padding: 80px 0 0; margin-bottom: 20px; }
.mbox258 .view .top .qr img { max-width: 240px; height: 150px; }
.mbox258 .view .top .txt { height: 50px; }
.mbox258 .view .top .btn { margin-bottom: 15px; }
.mbox258 .view .top .btn a { display: inline-block; width: 120px; height: 32px; line-height: 32px; border-radius: 3px; background: #f60; color: #fff; }
.mbox258 .view .top .btn a:hover { background: #f30; }
