html {
    min-width: 1230px;
}

body {
    position: relative;
    font-size: 12px
}

h1,h2,h3,h4,h5,h6 {
    color: #333
}

ul,ol {
    padding: 0
}

a {
    color: #666;
    cursor: pointer
}

a:link,a:visited,a:hover,a:active {
    outline: 0
}

img {
    vertical-align: middle
}

textarea {
    font-size: 14px
}

.inner {
    margin: 0 auto;
    zoom: 1
}

.inner:after {
    display: table;
    clear: both;
    content: ""
}

#age-calculate::-moz-placeholder {
    color: #fff
}

#age-calculate::-webkit-input-placeholder {
    color: #fff
}

#mika-header>.inner,#content>.inner,#footer>.inner,.row>.inner {
    width: 1230px
}

.row {
    margin: 0 0 20px;
    zoom: 1
}

.row:after {
    display: table;
    clear: both;
    content: ""
}

.header {
    zoom: 1
}

.header:after {
    display: table;
    clear: both;
    content: ""
}

.header .section-title {
    float: left
}

.header .more {
    float: right
}

.header .more .btn-more {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #a99687
}

.header .more .btn-more:after {
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 0 0 6px;
    vertical-align: -0.25em;
    background-position: 0 -40px;
    content: ""
}

.section-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    color: #333
}

.section-title:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 8px 0 0;
    background-position: -40px 0;
    content: ""
}

.section-title strong {
    font-weight: normal;
    vertical-align: middle
}

.btn {
    display: inline-block;
    width: 150px;
    padding: 0 0 2px;
    font-size: 16px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    background-color: #ff860f;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    box-shadow: inset 0 -2px rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.btn:hover {
    text-decoration: none;
    background-color: #fa7c00
}

.btn.small {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 2em
}

.btn-green {
    display: inline-block;
    width: 150px;
    padding: 0 0 2px;
    font-size: 16px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    background-color: #1cbcb4;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    box-shadow: inset 0 -2px rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.btn-green:hover {
    text-decoration: none;
    background-color: #19aaa3
}

.btn-green.small {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 2em
}

.btn-gray {
    display: inline-block;
    width: 150px;
    padding: 0 0 2px;
    font-size: 16px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    background-color: #e6e6e6;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    box-shadow: inset 0 -2px rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    color: #737373
}

.btn-gray:hover {
    text-decoration: none;
    background-color: #dcdcdc
}

.btn-gray.small {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 2em
}

.btn-sub {
    display: inline-block;
    width: 150px;
    padding: 0 0 2px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    background-color: #ff860f;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    box-shadow: inset 0 -2px rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    width: auto;
    padding: 0 .5em;
    font-size: 12px;
    line-height: 26px;
    color: #FFF;
    text-shadow: 0 0 1px rgba(0,0,0,0.5);
    background: #1bbeb6 url("../img/btn-sub-bg.png") repeat-x;
    border: 1px solid #13a69f;
    border-radius: 0;
    box-shadow: none
}

.btn-sub:hover {
    text-decoration: none;
    background-color: #fa7c00
}

.btn-sub.small {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    line-height: 2em
}

input {
    vertical-align: middle
}

input:focus {
    outline: 1px solid rgba(0,0,0,0.2);
    outline-offset: -1px
}

input.input-text,input[type="text"] {
    height: 22px;
    line-height: 22px;
    border: 1px solid #d3d3d3
}

select {
    height: 28px;
    color: #1cbcb4;
    vertical-align: middle;
    border-color: #bad8d8
}

select:focus {
    outline: 1px solid rgba(0,0,0,0.2);
    outline-offset: -1px
}

textarea {
    box-shadow: none;
    border-radius: 0
}

textarea:focus {
    box-shadow: none;
    outline: 1px solid rgba(0,0,0,0.2);
    outline-offset: -1px
}

.placeholder {
    color: #CCC
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #CCC
}

:-webkit-input-placeholder {
    color: #CCC
}

.sep {
    margin: 0 .3em
}

.valign {
    height: 100%;
    margin: 0 -3px 0 0;
    vertical-align: middle;
    content: ""
}

.breadcrumb {
    padding: 10px 0
}

.breadcrumb span,.breadcrumb a {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb .sep {
    display: inline-block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -30px 0
}

.breadcrumb .current {
    color: #e54447
}

.pagination {
    margin: 20px 0;
    text-align: center
}

.pagination a,.pagination span {
    display: inline-block;
    min-width: 20px;
    margin-right: 5px;
    line-height: 20px;
    color: #484848
}

.pagination a:hover,.pagination span:hover {
    background-color: #2dcdc5;
    color: #FFF;
    text-decoration: none;
    border-color: #2dcdc5;
    opacity: .8
}

.pagination .prev,.pagination .no-pages,.pagination .next {
    padding: 0 5px;
    margin: 0 5px;
    line-height: 18px;
    color: #484848;
    border: 1px solid #ececec
}

.pagination .prev:before {
    display: inline-block;
    width: 4px;
    height: 7px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 5px 0 0;
    background-position: -30px -10px;
    content: ""
}

.pagination .next:after {
    display: inline-block;
    width: 4px;
    height: 7px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 0 0 5px;
    background-position: -20px -20px;
    content: ""
}

.pagination .current {
    background-color: #1cbcb4;
    color: #FFF
}

.sns {
    font-size: 0
}

.sns dt {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle
}

.sns dd {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle
}

.sns dd a {
    display: inline-block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/sns.png") no-repeat;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.sns dd a:hover {
    opacity: .7
}

.sns dd a.weibo {
    background-position: 0 0
}

.sns dd a.qq {
    background-position: -40px 0
}

.sns dd a.wechat {
    background-position: -80px 0
}

.star {
    display: inline-block;
    width: 102px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    background: url("../img/rating.png") no-repeat
}

.star.star1 {
    background-position: 0 0
}

.star.star2 {
    background-position: 0 -20px
}

.star.star3 {
    background-position: 0 -40px
}

.star.star4 {
    background-position: 0 -60px
}

.star.star5 {
    background-position: 0 -80px
}

.section {
    margin: 0 0 10px
}

.article .section {
    padding: 15px;
    border: 1px solid #efefef;
    background-color: #FFF
}

.aside .section {
    padding: 1px 1px 10px;
    background-color: #FFF;
    border: 1px solid #efefef
}

.aside .section-title {
    padding: 0 10px;
    color: #FFF;
    background-color: #1cbcb4
}

.aside .section-title:before {
    display: none
}

#content {
    position: relative;
    zoom: 1;
    background: url("../img/content-shade.png") repeat-x center 0
}

#content:after {
    display: table;
    clear: both;
    content: ""
}

#content .article {
    float: right;
    width: 980px
}

#content .aside {
    float: left;
    width: 240px
}

.carousel {
    position: relative;
    line-height: 1
}

.carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel .carousel-inner .item {
    position: relative;
    display: none;
    -webkit-transition: left .6s ease-in-out;
    -moz-transition: left .6s ease-in-out;
    -ms-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}

.carousel .carousel-inner .item a {
    position: relative;
    left: 50%;
    display: block;
    width: 2000px;
    margin: 0 0 0 -1000px
}

.carousel .carousel-inner .item img,.carousel .carousel-inner .item a img {
    display: block;
    margin: 0 auto;
    line-height: 1
}

.carousel .carousel-inner .active,.carousel .carousel-inner .next,.carousel .carousel-inner .prev {
    display: block
}

.carousel .carousel-inner .active {
    left: 0
}

.carousel .carousel-inner .next,.carousel .carousel-inner .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel .carousel-inner .next {
    left: 100%
}

.carousel .carousel-inner .prev {
    left: -100%
}

.carousel .carousel-inner .next.left,.carousel .carousel-inner .prev.right {
    left: 0
}

.carousel .carousel-inner .active.left {
    left: -100%
}

.carousel .carousel-inner .active.right {
    left: 100%
}

#mika-header {
    padding: 20px 0 0;
    border-bottom: 4px solid #1cbcb4
}

#logo {
    position: relative;
    float: left;
    margin: 4px 0 0
}

#logo a {
    position: absolute;
    top: 0;
    right: 0;
    width: 126px;
    height: 66px;
    overflow: hidden;
    line-height: 999px
}

#logo .bbt-index {
    left: 0;
    width: 200px
}

#mika-header .related {
    float: right;
    text-align: right
}

#mika-header .related .hotline {
    margin: -4px 0 0
}

#login .reg {
    text-decoration: underline
}

.ico-login {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 4px 0 0;
    background-position: 0 0
}

#nav {
    position: relative;
    padding: 0 0 5px;
    clear: both
}

#nav .primary {
    font-size: 16px;
    text-align: center
}

#nav .primary>li {
    position: relative;
    display: inline-block;
    height: 26px;
    padding: 0 0 9px;
    margin: 0 22px -15px;
    line-height: 28px;
    +display: inline;
    +zoom: 1
}

.ie8 #nav .primary>li>ul,.ie9 #nav .primary>li>ul {
    background-color: #1cbcb4;
    background-image: none
}

#nav .primary>li>a {
    display: block;
    width: 100px;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -ms-transition: color .3s ease-out;
    transition: color .3s ease-out
}

#nav .primary>li.active>a,#nav .primary>li>a:hover {
    color: #1dbbb4;
    text-decoration: none
}

#nav .primary>li:after {
    display: inline-block;
    width: 100px;
    height: 7px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -50px;
    background-position: 0 -30px;
    -webkit-transition: bottom .3s ease-out;
    -moz-transition: bottom .3s ease-out;
    -ms-transition: bottom .3s ease-out;
    transition: bottom .3s ease-out;
    content: ""
}

#nav .primary>li:hover:after,#nav .primary>li.active:after {
    bottom: 0
}

#nav .primary>li>ul {
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 100;
    width: 128px;
    height: 0;
    margin: 0 0 0 -64px;
    overflow: hidden;
    background-color: #1cbcb4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31cbcb4',endColorstr='#e61cbcb4');
    background-image: -webkit-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -moz-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -o-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -ms-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

#nav .primary>li>ul li {
    font-size: 14px;
    line-height: 32px;
    text-align: center
}

#nav .primary>li>ul li a {
    display: block;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px 2px #0f635f
}

#nav .primary>li>ul li a:hover {
    position: relative;
    color: #fff670;
    background-color: #1cbcb4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31cbcb4',endColorstr='#e61cbcb4');
    background-image: -webkit-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -moz-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -o-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -ms-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-color: transparent;
    background-color: rgba(28,188,180,0.8)
}

#nav .primary>li>ul li a:hover:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 4px;
    height: 7px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: -4px 0 0 4px;
    vertical-align: 1px;
    background-position: -65px 0;
    content: ""
}

#nav .primary>li:hover>ul {
    height: 260px
}

#footer {
    zoom: 1;
    padding: 20px 0;
    margin: 20px 0 0;
    background-color: #fbfbfb
}

#footer:after {
    display: table;
    clear: both;
    content: ""
}

#footer .footer-nav {
    padding: 88px 0 10px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    zoom: 1
}

#footer .footer-nav:after {
    display: table;
    clear: both;
    content: ""
}

#footer .footer-nav>li {
    position: relative;
    float: left;
    width: 204px;
    height: 100px;
    text-align: center;
    border-right: 1px solid #e5e5e5
}

#footer .footer-nav>li:last-child {
    border: 0
}

#footer .footer-nav>li p,#footer .footer-nav>li li {
    margin: 0 0 3px
}

#footer .footer-nav>li .inline {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

#footer .footer-nav>li.tel .number {
    color: #e54447
}

#footer .footer-nav>li.sns p {
    margin: 0 0 10px
}

#footer .footer-nav>li.wechat .inline {
    text-align: center
}

#footer .footer-nav>li.wechat .inline p {
    margin-top: -2px
}

#footer .footer-nav>li:before {
    position: absolute;
    top: -88px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: 0 0 0 -35px;
    background: url("../img/footer-icon.png") no-repeat;
    content: ""
}

#footer .footer-nav>li.help:before {
    background-position: 0 0
}

#footer .footer-nav>li.merchant:before {
    background-position: -70px 0
}

#footer .footer-nav>li.feedback:before {
    background-position: -140px 0
}

#footer .footer-nav>li.tel:before {
    background-position: -210px 0
}

#footer .footer-nav>li.sns:before {
    background-position: -280px 0
}

#footer .footer-nav>li.wechat:before {
    background-position: -350px 0
}

#footer h5 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #333
}

#footer .btn-sns {
    display: inline-block;
    width: 126px;
    height: 24px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/footer-sns.png") no-repeat
}

#footer .btn-sns.ehome {
    background-position: 0 0
}

#footer .btn-sns.sina {
    background-position: 0 -25px
}

#footer .related {
    padding: 10px 0 0;
    margin: 0;
    color: #333;
    text-align: center
}

#footer .related a {
    color: #333
}

#footer .related p {
    margin: 0 0 10px
}

#footer .related .sites {
    float: left
}

#footer .related .copyright {
    float: right
}

.aside .section .more {
    margin: 0 28px;
    line-height: 30px
}

.aside .section .more a {
    color: #1cbcb4
}

.aside .side-nav li {
    font-size: 14px;
    line-height: 30px
}

.aside .side-nav li a {
    display: block;
    padding: 0 0 0 18px;
    color: #333
}

.aside .side-nav li a:before {
    margin: 0 6px 0 0
}

.aside .side-nav li.active a,.aside .side-nav li a:hover {
    color: #1cbcb4;
    text-decoration: none;
    background-color: #fbfbfb
}

.aside .side-product-mika .side-nav li {
    border-bottom: 1px solid #e3e3e3
}

.aside .side-product-mika .side-nav li:last-child {
    border: 0
}

.aside .side-product-mika .side-nav li a:before {
    display: inline-block;
    width: 4px;
    height: 7px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    vertical-align: 1px;
    background-position: -20px -20px;
    content: ""
}

.aside .side-product-mika .side-nav li.active a:before,.aside .side-product-mika .side-nav li a:hover:before {
    background-position: -25px -20px
}

.aside .side-product-related .side-nav li {
    border-bottom: 1px dotted #e3e3e3
}

.aside .side-product-related .side-nav li a:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    vertical-align: 3px;
    background-position: -30px -20px;
    content: ""
}

.aside .side-product-related .side-nav li.active a:before,.aside .side-product-related .side-nav li a:hover:before {
    background-position: -35px -20px
}

.aside .side-tool .content {
    padding: 0 8px 10px;
    margin: 0 0 -9px;
    background-color: #f7f7f7
}

.aside .side-tool .tip {
    text-align: center
}

.tool-age .form {
    position: relative;
    padding: 0 56px 0 0;
    margin: 10px 0;
    zoom: 1
}

.tool-age .form:after {
    display: table;
    clear: both;
    content: ""
}

.tool-age .form .text {
    width: 100%;
    height: 30px;
    padding: 0 4px;
    border-right: 0;
    box-sizing: border-box
}

.tool-age .form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none
}

.tool-age .suggestion {
    display: none;
    padding: 4px 10px;
    color: #1cbcb4;
    background-color: #FFF;
    border-radius: 5px
}

.online-help {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin: -50px 0 0 625px
}

.online-help a {
    display: block;
    display: inline-block;
    width: 30px;
    height: 100px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -70px -40px
}

.bui-popup-basic {
    padding: 20px
}

#login {
    position: relative;
    height: 507px;
    background: url("../img/login-bg.jpg") no-repeat center 0
}

#login .form {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 380px;
    padding: 25px 35px;
    margin: 0 0 0 130px;
    background-color: #FFF;
    box-sizing: border-box
}

#login .form .tip {
    position: absolute;
    top: -24px;
    left: 0;
    padding: 0 0 0 20px
}

#login .form .tip:before {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 14px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 2px 0 0 -20px;
    background-position: -20px -40px;
    content: ""
}
.index-tool .tool-age .tip.no-before {
    display: none;
}
#login .form .tip a {
    color: #1cbcb4
}

#login .form p {
    margin: 0 0 20px
}

#login .form p:last-child {
    margin: 0
}

#login .form label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 0;
    line-height: 40px;
    text-align: center;
    background-color: #1cbcb4
}

#login .form .placeholder {
    color: #a0a0a0
}

#login .form input:-moz-placeholder,#login .form textarea:-moz-placeholder {
    color: #a0a0a0
}

#login .form :-webkit-input-placeholder {
    color: #a0a0a0
}

#login .form .text {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background-color: rgba(11,77,74,0.06);
    border: 0;
    box-sizing: border-box
}

.ie8 #login .form .text,.ie8 .index-tool .tool-age .text {
    padding: 8px 10px;
    line-height: 24px
}

#baby_birthday {
    height: 22px
}

.ie8 #baby_birthday {
    line-height: 22px
}

.ie8 #birth {
    padding: 8px 5px;
    line-height: 14px
}

.ie8 #login .form .text {
    background-color: #f0f4f4
}

#login .form .userid,#login .form .userpass {
    position: relative;
    height: 40px;
    padding: 0 0 0 40px;
    line-height: 40px
}

#login .form .userpass .text {
    width: 60%
}

#login .form .fog-psd {
    position: absolute;
    display: inline-block;
    right: 75px;
    top: 105px
}

#login .form .fog-psd a {
    color: #1cbcb4;
    text-decoration: underline!important
}

#login .form .userid label:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -40px -130px;
    content: ""
}

#login .form .userpass label:before {
    display: inline-block;
    width: 14px;
    height: 8px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -40px -150px;
    content: ""
}

#login .form .auth {
    height: 28px
}

#login .form .action {
    font-size: 0;
    text-align: center
}

#login .form .action [class*="btn"] {
    width: 120px;
    margin: 0 0 0 10px;
    font-size: 18px
}

.index-feature {
    height: 430px;
    margin: 0
}

.index-feature .carousel {
    background-color: #f4f4f6
}

.index-feature .carousel .item img {
    min-height: 430px
}

.index-feature .carousel .carousel-indicators {
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin: 0 0 0 -600px;
    border-radius: 3px
}

.index-feature .carousel .carousel-indicators li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 3px 0 0;
    overflow: hidden;
    cursor: pointer;
    background-color: #FFF;
    border: 1px solid #1cbbb6;
    border-radius: 50%
}

.index-feature .carousel .carousel-indicators li.in1 {
    background-color: rgba(255,255,255,0.4)
}

.index-feature .carousel .carousel-indicators li.in2 {
    background-color: rgba(255,255,255,0.6)
}

.index-feature .carousel .carousel-indicators li.in3 {
    background-color: rgba(255,255,255,0.8)
}

.index-feature .carousel .carousel-indicators li.active {
    background-color: transparent;
    border-color: #FFF
}

.age-nav {
    background: #1cbcb4 url("../img/age-nav-bg.png") repeat-y center 0
}

.age-nav .inner {
    min-height: 140px
}

.age-nav .main {
    float: left;
    width: 650px;
    margin: 24px 0 0 110px
}

.age-nav .related {
    float: right;
    width: 410px;
    margin: 0 1px 0 0
}

#age-nav {
    width: 643px;
    height: 94px;
    background: #1cbcb4 url("../img/age-nav.png") no-repeat
}

#age-nav ul {
    padding: 27px 0 0 112px
}

#age-nav li {
    float: left;
    margin: 0 24px 0 0
}

#age-nav li.nav8 {
    margin-left: 16px
}

#age-nav li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 999px;
    overflow: hidden;
    vertical-align: middle;
    background: url("../img/age-nav.png") no-repeat 0 -100px
}

#age-nav li a:hover,#age-nav li.active a {
    background-position: -40px -100px
}

#growth-test {
    position: relative;
    width: 450px;
    height: 140px;
    background: #1cbcb4 url("../img/growth-test.png") no-repeat
}

#growth-test .btn {
    position: absolute;
    top: 80px;
    left: 210px;
    width: 166px;
    font-size: 20px
}

.index-third {
    padding: 0 0 20px;
    margin: 0;
    background-color: #fbfbfb
}

.index-product {
    float: left;
    width: 911px
}

.index-product .product-list {
    width: 920px;
    margin: 0 -9px 0 0
}

.index-product .section-title {
    margin: 0 10px
}

.index-product .product-list .item {
    position: relative;
    float: left;
    width: 215px;
    height: 300px;
    margin: 0 9px 10px 0;
    overflow: hidden;
    background: url("../img/index-product-item.png") no-repeat;
    border: 3px solid #FFF;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.index-product .product-list .item:nth-child(4n) {
    margin-right: 0
}

.index-product .product-list .item:hover,.index-product .product-list .item.active {
    background-image: url("../img/index-product-item-over.png")
}

.index-product .product-list .item.item1 {
    background-position: 0 0
}

.index-product .product-list .item.item2 {
    background-position: -215px 0
}

.index-product .product-list .item.item3 {
    background-position: -430px 0
}

.index-product .product-list .item.item4 {
    background-position: -645px 0
}

.index-product .product-list .item.item5 {
    background-position: 0 -300px
}

.index-product .product-list .item.item6 {
    background-position: -215px -300px
}

.index-product .product-list .item.item7 {
    background-position: -430px -300px
}

.index-product .product-list .item.item8 {
    background-position: -645px -300px
}

.index-product .product-list .item a {
    display: block;
    width: 100%;
    height: 100%
}

.index-product .product-list .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background-color: rgba(28,188,180,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31cbcb4',endColorstr='#e61cbcb4');
    background-image: -webkit-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -moz-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -o-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -ms-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    bottom: -38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px
}

.index-product .product-list .item a:hover .title {
    bottom: 0!important
}

.span {
    bottom: 0
}

.index-product-aside {
    float: right;
    width: 310px
}

.index-product-aside .section-title {
    margin: 0 10px
}

.index-product-aside .content {
    border: 3px solid #FFF
}

.index-news .content {
    height: 276px;
    padding: 12px 17px;
    background-color: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#f0f0f0');
    background-image: -webkit-linear-gradient(left,#f7f7f7,#f0f0f0);
    background-image: -moz-linear-gradient(left,#f7f7f7,#f0f0f0);
    background-image: -o-linear-gradient(left,#f7f7f7,#f0f0f0);
    background-image: -ms-linear-gradient(left,#f7f7f7,#f0f0f0);
    background-image: linear-gradient(left,#f7f7f7,#f0f0f0)
}

.index-news .fig {
    position: relative;
    height: 170px;
    overflow: hidden;
    margin: 0 0 4px
}

.index-news .fig img {
    width: 100%;
    height: 170px
}

.index-news .fig .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    background-color: rgba(28,188,180,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31cbcb4',endColorstr='#e61cbcb4');
    background-image: -webkit-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -moz-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -o-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -ms-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    bottom: -30px
}

.index-news .fig a:hover .title {
    bottom: 0
}

.index-news li {
    line-height: 24px;
    border-bottom: 1px dotted #dcdcdc
}

.index-news li a {
    display: block;
    color: #333
}

.index-news li a:before {
    display: inline-block;
    width: 4px;
    height: 7px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 5px;
    background-position: -20px -20px;
    content: ""
}

.index-news li a .title {
    display: inline-block;
    max-width: 17em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.index-news li.active a,.index-news li a:hover {
    color: #1cbcb4;
    text-decoration: none
}

.index-news li i[class*="ico"] {
    margin: 0 0 0 5px
}

.ico-new-1 {
    display: inline-block;
    width: 28px;
    height: 13px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -70px 0
}

.ico-new-2 {
    display: inline-block;
    width: 28px;
    height: 13px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -70px -15px
}

.index-apply {
    position: relative
}

.index-apply .section-title {
    position: absolute
}

.index-apply .content {
    height: 300px;
    background-color: #f7f2eb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdfb',endColorstr='#f0e6da');
    background-image: -webkit-linear-gradient(45deg,#fefdfb,#f0e6da);
    background-image: -moz-linear-gradient(45deg,#fefdfb,#f0e6da);
    background-image: -o-linear-gradient(45deg,#fefdfb,#f0e6da);
    background-image: -ms-linear-gradient(45deg,#fefdfb,#f0e6da);
    background-image: linear-gradient(45deg,#fefdfb,#f0e6da)
}
.index-apply .content.con-sec { 
    height: 259px;
}

.index-apply .fig {
    display: block;
    height: 161px;
    margin: 25px 0 0 8px;
    background: url("../img/index-apply-fig.png") no-repeat
}

.index-apply .action {
    position: absolute;
    width: 210px;
    padding: 0 50px;
    bottom: 30px;
    text-align: center
}

.index-apply .action a[class*="btn"] {
    width: 180px;
    margin: 10px 0 0
}

.index-about {
    position: relative;
    overflow: hidden;
    text-align: center
}

.index-about .fig {
    position: relative;
    left: 50%;
    width: 2000px;
    margin: 0 0 0 -1000px
}

.index-about .fig .inner {
    display: none
}

.index-about .fig .tv {
    position: absolute;
    top: 288px;
    left: 50%;
    width: 306px;
    height: 224px;
    margin-left: 104px;
    overflow: hidden;
    line-height: 999px
}

.index-about .fig .tv:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ico-play.png") no-repeat center center;
    content: ""
}

.index-about .fig .tv:hover {
    opacity: .8
}

.index-about .action {
    position: absolute;
    top: 128px;
    left: 45;
    width: 200px;
    height: 46px
}

.index-about .action a {
    display: block;
    width: 100%;
    height: 100%
}

.index-bonus .header {
    margin: 0 10px
}

.index-bonus .bonus-list {
    width: 1230px;
    margin: 0 auto;
    zoom: 1
}

.index-bonus .bonus-list:after {
    display: table;
    clear: both;
    content: ""
}

.index-bonus .bonus-list .item {
    float: left;
    width: 195px;
    height: 240px;
    margin: 0 5px;
    background: url("../img/bonus-item.png") no-repeat
}

.index-bonus .bonus-list .item a {
    display: block;
    height: 100%;
    padding: 6px 6px 0;
    box-sizing: border-box
}

.index-bonus .bonus-list .item a:hover {
    text-decoration: none
}

.index-bonus .bonus-list .item a:hover img {
    opacity: .4
}

.index-bonus .bonus-list .item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.index-bonus .bonus-list .item .bonus-name {
    display: block;
    margin: 10px 12px;
    font-size: 14px;
    text-align: center
}

.index-sixth .content {
    background-color: #f7f7f7;
    border: 2px solid #f1f1f1
}

.index-review {
    float: left;
    width: 890px
}

.index-review .section-title {
    margin: 0 10px
}

.index-review .content {
    box-shadow: inset 0 1px #fff,inset -1px 0 #fff,inset 0 -1px #fff,inset 1px 0 #fff
}

.index-review .review-list {
    margin: 20px
}

.index-review .review-list .item {
    position: relative;
    padding: 25px 120px 15px 50px;
    margin: 0 0 24px;
    border-bottom: 1px dotted #DDD
}

.index-review .review-list .item:last-child {
    border: 0
}

.index-review .review-list .item .avatar {
    position: absolute;
    width: 40px;
    margin: 0 0 0 -50px
}

.index-review .review-list .item .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.index-review .review-list .item .username {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333
}

.index-review .review-list .item .text {
    font-size: 16px
}

.index-review .review-list .item .date {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 21px
}

.index-review .review-list .item .date:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 4px 0 0;
    vertical-align: -0.45em;
    background-position: -40px -40px;
    content: ""
}

.index-review-aside {
    float: right;
    width: 330px
}

.index-review-aside .section-title {
    margin: 0 10px
}

.index-tool {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

.index-tool .section-title {
    height: 20px;
    margin-left: -5px;
    color: #fff
}

.index-tool .section-title:before {
    width: 0
}

.index-tool .tool-age {
    width: 284px;
    margin: 18px 20px 0 5px
}

.index-tool .tool-age .text {
    height: 40px;
    font-size: 16px;
    background-color: #0fa195;
    border: 1px solid #12968b;
    color: #fff
}

.index-tool .tool-age .btn {
    height: 40px;
    font-size: 16px
}

.index-tool .tool-age .tip {
    height: 36px;
    padding: 0 0 0 20px
}

.index-tool .tool-age .tip:before {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 14px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/heart-white.png") no-repeat;
    border: 0;
    margin: 2px 0 0 -20px;
    content: ""
}

.index-vip {
    position: relative
}

.index-vip .section-title {
    position: absolute
}

.index-vip .content {
    height: 216px
}

.index-vip .content .fig {
    display: block;
    width: 181px;
    height: 135px;
    margin: 25px 0 0 60px;
    background: url("../img/index-vip-fig.png") no-repeat
}

.index-vip .content .action {
    position: absolute;
    width: 326px;
    bottom: 8px;
    text-align: center
}

.index-vip .content .action .btn-green {
    width: 180px
}

.product-hobby {
    padding: 30px
}

.product-hobby .inner {
    margin: 0 15px
}

.product-hobby .section-title {
    margin: 0 0 10px
}

.product-hobby .filter {
    zoom: 1;
    padding: 10px 30px;
    background-color: #fbfbfb;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#ffffff');
    background-image: -webkit-linear-gradient(top,#f7f7f7,#fff);
    background-image: -moz-linear-gradient(top,#f7f7f7,#fff);
    background-image: -o-linear-gradient(top,#f7f7f7,#fff);
    background-image: -ms-linear-gradient(top,#f7f7f7,#fff);
    background-image: linear-gradient(top,#f7f7f7,#fff);
    border-radius: 10px
}

.product-hobby .filter:after {
    display: table;
    clear: both;
    content: ""
}

.product-hobby .filter .sort {
    float: left;
    line-height: 30px
}

.product-hobby .filter .sort select {
    margin: 0 10px 0 0
}

.product-hobby .filter .search {
    float: right
}

.product-hobby .filter .search form {
    position: relative;
    padding: 0 56px 0 0;
    zoom: 1
}

.product-hobby .filter .search form:after {
    display: table;
    clear: both;
    content: ""
}

.product-hobby .filter .search form .text {
    width: 100%;
    height: 30px;
    padding: 0 4px;
    border-right: 0;
    box-sizing: border-box
}

.product-hobby .filter .search form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none
}

.product-hobby .hobby-list ul {
    width: 850px;
    margin: 0 auto;
    zoom: 1
}

.product-hobby .hobby-list ul:after {
    display: table;
    clear: both;
    content: ""
}

.product-hobby .hobby-list ul .item {
    float: left;
    width: 140px;
    height: 214px;
    padding: 5px 15px 20px;
    margin: 0 0 15px;
    border-bottom: 1px dotted #dcdcdc
}

.product-hobby .hobby-list ul .item:hover {
    background: url("../img/hobby-item.png") no-repeat
}

.product-hobby .hobby-list ul .item a {
    text-decoration: none
}

.product-hobby .hobby-list ul .item p {
    margin: 0 0 3px
}

.product-hobby .hobby-list ul .item .thumb {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 5px -5px;
    line-height: 150px;
    text-align: center
}

.product-hobby .hobby-list ul .item .thumb img {
    position: absolute;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.product-hobby .hobby-list ul .item .thumb:before {
    height: 100%;
    margin: 0 -3px 0 0;
    vertical-align: middle;
    content: ""
}

.product-hobby .hobby-list ul .item .price strong {
    font-size: 16px;
    color: #e54447
}

.product-hobby .hobby-list ul .discount {
    display: inline-block;
    width: 33px;
    height: 16px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 0 0 8px;
    vertical-align: -4px;
    background-position: 0 -65px
}

.product-set .basic-info {
    position: relative;
    min-height: 580px;
    padding: 0 0 0 498px;
    margin: 15px 40px 15px 45px;
    zoom: 1
}

.product-set .basic-info:after {
    display: table;
    clear: both;
    content: ""
}

.product-set .basic-info .fig {
    position: absolute;
    top: 0;
    left: 0
}

.product-set .basic-info .fig .img-holder {
    width: 440px;
    height: 440px;
    margin: 0 0 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box
}

.product-set .basic-info .fig .img-holder img {
    width: 100%;
    height: 100%
}

.product-set .basic-info .fig .thumb {
    zoom: 1
}

.product-set .basic-info .fig .thumb:after {
    display: table;
    clear: both;
    content: ""
}

.product-set .basic-info .fig .thumb dd {
    float: left;
    margin: 0 10px 0 0;
    width: 80px;
    height: 80px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box
}

.product-set .basic-info .fig .thumb dd:last-child {
    margin: 0
}

.product-set .basic-info .fig .thumb dd img {
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    box-sizing: border-box
}

.product-set .basic-info .fig .thumb dd.active {
    border-color: #ff442b
}

.product-set .basic-info .fig .thumb dd.active img {
    border-color: #ff442b
}

.product-set .basic-info .detail h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px
}

.product-set .basic-info .detail .intro {
    margin: 0 0 10px
}

.product-set .basic-info .detail .price {
    height: 64px;
    padding: 0 10px;
    margin: 0 0 10px;
    background: transparent url("../img/price-bg.png") no-repeat;
    background-size: cover
}

.product-set .basic-info .detail .price p:first-child {
    margin: -2px 0 -8px
}

.product-set .basic-info .detail .price .spacer {
    display: inline-block;
    width: .5em
}

.product-set .basic-info .detail .price em {
    font-size: 30px;
    color: #e54447;
    vertical-align: middle
}

.product-set .basic-info .detail .price del {
    margin: 0 0 0 20px;
    color: #a0a0a0
}

.product-set .basic-info .detail .option {
    margin: 0 0 10px
}

.product-set .basic-info .detail .option dl {
    padding: 0 0 0 70px;
    margin: 0 0 8px;
    line-height: 28px
}

.product-set .basic-info .detail .option dl dt {
    position: absolute;
    width: 70px;
    margin: 0 0 0 -70px;
    text-align: center;
    font-size: 12px
}

.product-set .basic-info .detail .option dl dd {
    margin: 0 0 -5px;
    zoom: 1
}

.product-set .basic-info .detail .option dl dd:after {
    display: table;
    clear: both;
    content: ""
}

.product-set .basic-info .detail .option .option-label {
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #CCC;
    cursor: pointer
}

.product-set .basic-info .detail .option.detail-option dl dd {
    width: 320px;
    margin-left: -5px
}

.product-set .basic-info .detail .option.detail-option dl dd .option-label {
    width: 95px!important
}

.option-label {
    position: relative;
    overflow: hidden
}

.option-label .product-title {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    width: 100px;
    color: #999;
    border-radius: 3px
}

.product-set .basic-info .detail .option .option-label.selected {
    position: relative;
    color: #e4393c;
    line-height: 24px;
    border: 2px solid #e4393c
}

.product-set .basic-info .detail .option .option-label.selected:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: ""
}

.product-set .basic-info .detail .option .option-label input {
    position: absolute;
    top: -9999px;
    width: 0;
    height: 0;
    z-index: 9999;
    overflow: hidden
}

.ie7 .product-set .basic-info .detail .option .option-label input {
    visibility: visible
}

.product-set .basic-info .detail .option .type-1 {
    position: relative;
    padding-right: 70px
}

.type-4-1,.type-4-3 {
    display: none
}

.product-set .basic-info .detail .option .type-1 .option-label {
    width: 68px
}

.product-set .basic-info .detail .option .type-1 .option-label:nth-child(3n) {
    margin-right: 0
}

.product-set .basic-info .detail .option .type-1 .option-label.selected {
    width: 66px
}

.product-set .basic-info .detail .option .type-1 .option-label.selected:after {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -40px -65px
}

.product-set .basic-info .detail .option .type-1 .first-try {
    position: absolute;
    right: 0;
    width: 56px
}

.product-set .basic-info .detail .option .type-2 .option-label {
    width: 143px
}

.product-set .basic-info .detail .option .type-2 .option-label:nth-child(2n) {
    margin-right: 0
}

.product-set .basic-info .detail .option .type-2 .option-label.selected {
    width: 141px
}

.product-set .basic-info .detail .option .type-2 .option-label.selected:after {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -40px -65px
}

.product-set .basic-info .detail .option .type-2 .col-3 .option-label {
    width: 93px
}

.product-set .basic-info .detail .option .type-2 .col-3 .option-label:nth-child(2n) {
    margin-right: 5px
}

.product-set .basic-info .detail .option .type-2 .col-3 .option-label:nth-child(3n) {
    margin-right: 0
}

.product-set .basic-info .detail .option .type-2 .col-3 .option-label.selected {
    width: 89px
}

.product-set .basic-info .detail .option .type-3,.product-set .basic-info .detail .option .type-4,.product-set .basic-info .detail .option .type-5 {
    border: 1px solid #e7e7e7;
    padding: 5px 0 0 5px;
    margin: -8px 0 0 70px
}

.product-set .basic-info .detail .option .type-3 dd,.product-set .basic-info .detail .option .type-4 dd,.product-set .basic-info .detail .option .type-5 dd {
    zoom: 1;
    margin: 0
}

.product-set .basic-info .detail .option .type-3 dd:after,.product-set .basic-info .detail .option .type-4 dd:after,.product-set .basic-info .detail .option .type-5 dd:after {
    display: table;
    clear: both;
    content: ""
}

.product-set .basic-info .detail .option .type-3 dd .option-label,.product-set .basic-info .detail .option .type-4 dd .option-label,.product-set .basic-info .detail .option .type-5 dd .option-label {
    margin: 0 5px 5px 0;
    border: 1px solid #f8f8f8
}

.product-set .basic-info .detail .option .type-3 dd .option-label:nth-child(4n),.product-set .basic-info .detail .option .type-4 dd .option-label:nth-child(4n),.product-set .basic-info .detail .option .type-5 dd .option-label:nth-child(4n) {
    margin-right: 0
}

.product-set .basic-info .detail .option .type-3 dd .option-label.selected,.product-set .basic-info .detail .option .type-4 dd .option-label.selected,.product-set .basic-info .detail .option .type-5 dd .option-label.selected {
    border-color: #e64447
}

.product-set .basic-info .detail .option .type-3 dd .option-label.disabled,.product-set .basic-info .detail .option .type-4 dd .option-label.disabled,.product-set .basic-info .detail .option .type-5 dd .option-label.disabled {
    cursor: not-allowed;
    opacity: .5;
    border-color: transparent
}

.product-set .basic-info .detail .option .type-3 dd .option-label img,.product-set .basic-info .detail .option .type-4 dd .option-label img,.product-set .basic-info .detail .option .type-5 dd .option-label img {
    width: 65px;
    height: 65px
}

.imagination-gifts {
    margin-right: 0!important;
    display: none
}

.product-set .basic-info .detail .option .type-5 {
    display: none
}

.product-set .basic-info .detail .tip {
    margin: 10px 0 0 70px;
    color: #-999999
}

.product-set .basic-info .detail .tip strong {
    font-size: 14px;
    color: #e54447;
    vertical-align: middle
}

.product-set .basic-info .detail .bonus-selected {
    min-height: 18px;
    padding: 7px 10px 7px 80px;
    margin: 0 0 10px;
    border: 1px dashed #d6d6d8
}

.product-set .basic-info .detail .bonus-selected .label {
    position: absolute;
    margin: 1px 0 0 -60px
}

.product-set .basic-info .detail .bonus-selected .item {
    display: inline-block;
    margin: 0 4px;
    white-space: nowrap
}

.product-set .basic-info .detail .action {
    margin: 40px 0 0;
    text-align: center
}

.product-set .basic-info .detail .action .btn-buynow {
    width: 210px;
    font-size: 22px;
    line-height: 40px;
    background-color: #e54447
}

.product-set .basic-info .detail .action .btn-buynow span {
    vertical-align: middle
}

.product-set .basic-info .detail .action .btn-buynow:hover {
    background-color: #e33235
}

.product-set .basic-info .detail .action .btn-buynow:before {
    display: inline-block;
    width: 28px;
    height: 24px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 6px 0 0;
    background-position: 0 -110px;
    content: ""
}

.product-set .basic-info .sns {
    position: absolute;
    top: 540px;
    left: 0
}

.ico-bonus {
    display: inline-block;
    width: 38px;
    height: 18px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: 0 -90px
}

.sub-section-nav {
    margin: 0 -15px;
    background-color: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-width: 1px 0
}

.sub-section-nav ul {
    zoom: 1
}

.sub-section-nav ul:after {
    display: table;
    clear: both;
    content: ""
}

.sub-section-nav ul li {
    float: left;
    width: 130px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #e5e5e5
}

.sub-section-nav ul li a {
    display: block
}

.sub-section-nav ul li h3 {
    font-size: 14px;
    color: #FFF
}

.sub-section-nav ul li.active {
    color: #FFF;
    background-color: #1cbcb4
}

.sub-section-nav ul li.active a {
    color: #FFF
}

.set-nav {
    padding: 2px 100px 0;
    margin: 0 -15px;
    background-color: #f9fefe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3fcfc');
    background-image: -webkit-linear-gradient(top,#fff,#f3fcfc);
    background-image: -moz-linear-gradient(top,#fff,#f3fcfc);
    background-image: -o-linear-gradient(top,#fff,#f3fcfc);
    background-image: -ms-linear-gradient(top,#fff,#f3fcfc);
    background-image: linear-gradient(top,#fff,#f3fcfc);
    border-bottom: 1px solid #2ac8c0
}

.set-nav ul {
    zoom: 1
}

.set-nav ul:after {
    display: table;
    clear: both;
    content: ""
}

.set-nav ul li {
    position: relative;
    float: left;
    padding: 0 1em;
    margin: 0 0 -1px;
    line-height: 26px;
    text-align: center;
    border: 1px solid transparent;
    border-width: 1px 1px 0;
    border-radius: 5px 5px 0 0
}

.set-nav ul li a {
    display: block;
    color: #-999999
}

.set-nav ul li.active {
    height: 27px;
    margin: 0 0 -1px;
    color: #1cbcb4;
    background-color: #ecfaf9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2f7f5',endColorstr='#f6fdfd');
    background-image: -webkit-linear-gradient(top,#e2f7f5,#f6fdfd);
    background-image: -moz-linear-gradient(top,#e2f7f5,#f6fdfd);
    background-image: -o-linear-gradient(top,#e2f7f5,#f6fdfd);
    background-image: -ms-linear-gradient(top,#e2f7f5,#f6fdfd);
    background-image: linear-gradient(top,#e2f7f5,#f6fdfd);
    border-color: #2ac8c0;
    box-shadow: inset 0 1px #fff,inset -1px 0 #fff,inset 1px 0 #fff
}

.set-nav ul li.active a {
    color: #1cbcb4
}

.set-nav ul li:after {
    position: absolute;
    right: 0;
    top: 6px;
    width: 0;
    height: 15px;
    overflow: hidden;
    border-right: 1px dotted #dbdbdb;
    content: ""
}

.set-nav ul li.active:after,.set-nav ul li:last-child:after {
    display: none
}

.product-set .full-detail {
    width: 850px;
    margin: 35px auto
}

.product-set .full-detail .row {
    margin: 0 0 30px
}

.product-set .full-detail .row h4 {
    height: 40px;
    padding: 0 10px;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    color: #1cbcb4;
    background-color: #f8f8f8;
    border-radius: 12px
}

.product-set .full-detail .row h4:before {
    display: inline-block;
    width: 16px;
    height: 14px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 7px 0 0;
    background-position: -20px -40px;
    content: ""
}

.product-set .full-detail .row h4 strong {
    font-weight: inherit;
    vertical-align: middle
}

.product-set .full-detail .row .content {
    text-align: center
}

.product-set .full-detail .row .content img {
    max-width: 100%
}

.product-set .full-detail .row .media-w-text {
    min-height: 150px;
    padding: 0 0 0 220px
}

.product-set .full-detail .row .media-w-text .media {
    position: absolute;
    width: 220px;
    margin: 0 0 0 -220px;
    text-align: center
}

.product-set .full-detail .row .media-w-text .media img {
    max-width: 200px
}

.product-set .full-detail .row .media-w-text .media .play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/ico-play.png") no-repeat center center
}

.product-set .full-detail .row .media-w-text .media .play:hover {
    opacity: .8
}

.product-set .full-detail .row .media-w-text .text {
    padding: 10px 20px;
    font-size: 16px;
    text-align: left;
    border: 2px dashed #b3b3b3;
    border-radius: 36px
}

.product-review .review-list {
    margin: -15px -15px 0
}

.product-review .review-list .item {
    position: relative;
    min-height: 100px;
    padding: 25px 120px 15px 160px;
    margin: 0 10px;
    border-bottom: 1px dotted #DDD
}

.product-review .review-list .item .profile {
    position: absolute;
    width: 160px;
    margin: 0 0 0 -160px;
    text-align: center
}

.product-review .review-list .item .profile .avatar {
    width: 100px;
    margin: 0 auto 4px
}

.product-review .review-list .item .profile .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle
}

.product-review .review-list .item .profile .avatar .username {
    display: inline-block;
    width: 4em;
    max-height: 3em;
    margin: 0 0 0 4px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word
}

.product-review .review-list .item .profile .title {
    margin: 0 0 4px;
    font-size: 14px;
    color: #333
}

.product-review .review-list .item .date,.index-review .review-list .item .date {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 90px;
    line-height: 21px;
    color: #-999999
}

.product-review .review-list .item .date:before,.index-review .review-list .item .date:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 4px 0 0;
    vertical-align: -0.45em;
    background-position: -40px -40px;
    content: ""
}

.product-review .review-list .item .text {
    font-size: 14px;
    word-wrap: break-word
}

.product-review .review-list .item .text .reply,.index-review .review-list .item .reply {
    position: relative;
    margin: 40px 0 0;
    font-size: 12px;
    color: #-999999
}

.product-review .review-list .item .text .reply .label,.index-review .review-list .item .reply .label {
    display: block;
    margin: 0 0 4px;
    color: #1cbcb4
}

.product-review .review-list .item .text .reply .date,.index-review .review-list .item .reply .date {
    top: 0;
    right: -110px
}

.product-review .review-list .item .text .reply .date:before,.index-review .review-list .item .reply .date:before {
    visibility: hidden
}

.product-review .review-list .item .gallery {
    margin: 10px 0 0;
    font-size: 0
}

.product-review .review-list .item .gallery img {
    width: 150px;
    margin: 0 15px 0 0;
    vertical-align: top
}

.product-hobby-single .option {
    padding: 10px;
    background-color: #fcfefe;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fcfc',endColorstr='#ffffff');
    background-image: -webkit-linear-gradient(top,#f9fcfc,#fff);
    background-image: -moz-linear-gradient(top,#f9fcfc,#fff);
    background-image: -o-linear-gradient(top,#f9fcfc,#fff);
    background-image: -ms-linear-gradient(top,#f9fcfc,#fff);
    background-image: linear-gradient(top,#f9fcfc,#fff)
}

.product-hobby-single .option p {
    margin: 0 0 10px
}

.product-hobby-single .option .quantity .amount {
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 0 -1px 0 0;
    text-align: center;
    vertical-align: middle
}

.product-hobby-single .option .quantity .modifier {
    display: inline-block;
    width: 19px;
    vertical-align: middle
}

.product-hobby-single .option .quantity .modifier i {
    display: inline-block;
    width: 19px;
    height: 12px;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    line-height: 12px;
    text-align: center;
    display: block;
    cursor: pointer
}

.product-hobby-single .option .quantity .modifier .plus {
    margin: 0 0 2px
}

.product-hobby-single .option .quantity .modifier .minus {
    background-position: -45px -105px
}

.product-hobby-single .option .quantity .in-stock {
    margin: 0 5px
}

.product-hobby-single .action {
    margin: 40px 0 0
}

.product-recom .product-scroll {
    position: relative;
    width: 840px;
    padding: 25px 0;
    margin: 25px auto;
    background-color: #f3fdfd
}

.product-recom .product-scroll .prev,.product-recom .product-scroll .next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 14px;
    height: 34px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0
}

.product-recom .product-scroll .prev {
    left: -25px;
    background-position: 0 -140px
}

.product-recom .product-scroll .next {
    right: -25px;
    background-position: -15px -140px
}

.product-recom .product-scroll .bd {
    position: relative;
    width: 760px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden
}

.product-recom .product-scroll .bd ul {
    width: 10000px
}

.product-recom .product-scroll .bd ul li {
    position: relative;
    float: left;
    width: 140px;
    height: 140px;
    margin: 0 6px;
    text-align: center;
    background-color: #FFF
}

.product-recom .thumb {
    width: 100%;
    height: 100%
}

.product-recom .thumb img {
    width: 100%;
    height: 100%
}

.product-recom .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    background-color: rgba(28,188,180,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31cbcb4',endColorstr='#e61cbcb4');
    background-image: -webkit-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -moz-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -o-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -ms-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    bottom: -30px;
    height: 30px;
    line-height: 30px
}

.product-recom a:hover .title {
    bottom: 0
}

.mika-news .section-title {
    position: relative;
    margin: 0 15px 20px;
    border-bottom: 1px solid #ececec
}

.mika-news .section-title:before {
    display: none
}

.mika-news .section-title:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 150px;
    height: 3px;
    background-color: #1cbcb4;
    content: ""
}

.mika-news .section-title strong {
    margin: 0 6px;
    font-size: 24px;
    line-height: 48px;
    color: #1cbcb4
}

.mika-news .section-title sup {
    color: #-999999;
    vertical-align: top
}

.mika-news .news-list {
    min-height: 808px;
    padding: 0 0 0 200px;
    margin: 0 15px 0 -15px;
    background: url("../img/news-illu.jpg") no-repeat
}

.mika-news .news-list .item {
    position: relative;
    min-height: 106px;
    padding: 0 0 24px 200px;
    margin: 0 0 24px;
    border-bottom: 1px dotted #DDD
}

.mika-news .news-list .item a {
    display: block
}

.mika-news .news-list .item a:hover {
    text-decoration: none;
    opacity: .7
}

.mika-news .news-list .item .thumb {
    position: absolute;
    margin: 0 0 0 -200px;
    text-align: center
}

.mika-news .news-list .item .thumb img {
    width: 175px;
    height: 106px
}

.mika-news .news-list .item .title {
    padding: 15px 0 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px
}

.mika-news .news-list .item .text {
    line-height: 1.8
}

.mika-news .news-list .item .date {
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 21px;
    color: #-999999
}

.mika-news .news-list .item .date:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 4px 0 0;
    vertical-align: -0.45em;
    background-position: -40px -40px;
    content: ""
}

.trial-banner {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center
}

.trial-banner .fig {
    position: relative;
    left: 50%;
    width: 2000px;
    margin: 0 0 0 -1000px
}

.mika-trial .trial-free {
    position: relative;
    margin: -13px -13px 20px
}

.mika-trial .trial-free .action {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center
}

.mika-trial .trial-free .action .btn-apply {
    display: inline-block;
    width: 241px;
    height: 58px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background: transparent url("../img/trial-mika-btn-apply.png") no-repeat
}

.mika-trial .trial-free .action .btn-apply:hover {
    opacity: .8
}

.mika-trial .trial-audio .section-title {
    margin: 0 0 10px
}

.mika-trial .trial-audio .section-title:before {
    display: inline-block;
    width: 46px;
    height: 41px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: 0 -180px
}

.mika-trial .trial-audio .content {
    position: relative;
    min-height: 600px;
    margin: 0 -15px 20px;
    background-color: #f8f3ed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e7db',endColorstr='#ffffff');
    background-image: -webkit-linear-gradient(top,#f1e7db,#fff);
    background-image: -moz-linear-gradient(top,#f1e7db,#fff);
    background-image: -o-linear-gradient(top,#f1e7db,#fff);
    background-image: -ms-linear-gradient(top,#f1e7db,#fff);
    background-image: linear-gradient(top,#f1e7db,#fff)
}

.mika-trial .trial-audio .content:before {
    display: table;
    clear: both;
    content: "";
    padding-bottom: 1px
}

.mika-trial .trial-audio .player {
    position: relative;
    width: 600px;
    height: 278px;
    margin: 65px 0 60px 95px;
    background: url("../img/music-player-base.jpg") no-repeat
}

.mika-trial .trial-audio .player .channel-name {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #5e3a20
}

.mika-trial .trial-audio .player .channel-name:before {
    display: inline-block;
    width: 28px;
    height: 29px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 5px 0 0;
    background: url("../img/music-player-misc.png") no-repeat 0 0;
    content: ""
}

.progress .playtime {
    display: none
}

.mika-trial .trial-audio .player .control {
    position: absolute;
    top: 65px;
    right: 50px;
    width: 200px;
    height: 30px;
    padding-top: 3px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.mika-trial .trial-audio .player .control button {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 10px;
    background: url("../img/music-player-misc.png") no-repeat;
    outline: 0
}

.mika-trial .trial-audio .player .control .prev {
    float: left;
    width: 32px;
    height: 23px;
    background-position: 0 -40px
}

.mika-trial .trial-audio .player .control .next {
    float: right;
    width: 32px;
    height: 23px;
    background-position: -35px -40px
}

.mika-trial .trial-audio .player .control .play {
    position: absolute;
    top: 0;
    left: 100px;
    width: 25px;
    height: 32px;
    margin-left: -12.5px;
    background-position: -70px -40px
}

.mika-trial .trial-audio .player .control .pause {
    position: absolute;
    top: 0;
    left: 100px;
    width: 25px;
    height: 32px;
    margin-left: -12.5px;
    background-position: -100px -40px
}

.mika-trial .trial-audio .player .cover {
    position: absolute;
    top: 56px;
    left: 50px;
    width: 225px;
    height: 157px;
    background: url("../img/music-player-disc.png") no-repeat
}

.mika-trial .trial-audio .player .cover img {
    width: 150px;
    height: 150px;
    margin: 2px
}

.mika-trial .trial-audio .player .song-title {
    position: absolute;
    top: 30px;
    right: 48px;
    width: 200px;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    color: #5e3a20;
    text-align: center;
    white-space: nowrap
}

.mika-trial .trial-audio .player .histogram {
    position: absolute;
    right: 50px;
    bottom: 70px;
    width: 280px;
    font-size: 0;
    text-align: center
}

.mika-trial .trial-audio .player .histogram li {
    display: inline-block;
    width: 17px;
    margin: 0 2px;
    vertical-align: bottom;
    background: url("../img/music-player-histogram.png") repeat-y center 100%
}

.his1 {
    height: 12px
}

.his2 {
    height: 96px
}

.his3 {
    height: 108px
}

.his4 {
    height: 60px
}

.his5 {
    height: 72px
}

.his6 {
    height: 108px
}

.his7 {
    height: 36px
}

.mika-trial .trial-audio .player .progress {
    position: absolute;
    right: 50px;
    bottom: 30px;
    left: 50px;
    height: 24px;
    background-color: #1cbcb4;
    border-radius: 4px
}

.mika-trial .trial-audio .player .progress .play-progress {
    display: block;
    height: 10px;
    margin: 7px 80px 7px 20px;
    background-color: #148983;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#179892',endColorstr='#127974');
    background-image: -webkit-linear-gradient(top,#179892,#127974);
    background-image: -moz-linear-gradient(top,#179892,#127974);
    background-image: -o-linear-gradient(top,#179892,#127974);
    background-image: -ms-linear-gradient(top,#179892,#127974);
    background-image: linear-gradient(top,#179892,#127974);
    border-radius: 2px
}

.mika-trial .trial-audio .player .progress .play-progress .percent {
    display: block;
    width: 0;
    height: 100%;
    background: url("../img/music-player-progress.png") repeat-x 0 0;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    animation: animatedBackground 15s linear infinite
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.mika-trial .trial-audio .player .progress .volume {
    position: absolute;
    right: 15px;
    top: 4px;
    width: 21px
}

.mika-trial .trial-audio .player .progress .volume .speaker {
    display: block;
    width: 21px;
    height: 16px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background: url("../img/music-player-misc.png") no-repeat -70px 0
}

#volumeControl:hover .board {
    display: block;
    cursor: pointer
}

.checkbox {
    display: none
}

.mika-trial .trial-audio .player .progress .volume .mute {
    display: none;
    width: 21px;
    height: 16px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background: url("../img/music-player-misc.png") no-repeat -100px 0
}

.mika-trial .trial-audio .player .progress .volume .board {
    display: none;
    position: absolute;
    top: -55px;
    left: -5px;
    height: 32px;
    width: 93px;
    margin: 0 0 0 -16px;
    background: url("../img/volume.png") no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mika-trial .trial-audio .player .progress .volume .board .base {
    position: relative;
    display: block;
    height: 8px;
    width: 60px;
    margin: 12px auto 0;
    background-color: #a2a7aa;
    box-shadow: 0 0 2px rgba(0,0,0,0.1),inset 0 1px 2px rgba(0,0,0,0.1),inset -1px 0 2px rgba(0,0,0,0.1),inset 0 -1px 2px rgba(0,0,0,0.1),inset 1px 0 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    box-sizing: border-box
}

.mika-trial .trial-audio .player .progress .volume .board .base .percent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #19a69f;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cbcb4',endColorstr='#15908a');
    background-image: -webkit-linear-gradient(left,#1cbcb4,#15908a);
    background-image: -moz-linear-gradient(left,#1cbcb4,#15908a);
    background-image: -o-linear-gradient(left,#1cbcb4,#15908a);
    background-image: -ms-linear-gradient(left,#1cbcb4,#15908a);
    background-image: linear-gradient(left,#1cbcb4,#15908a);
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),inset -1px 0 2px rgba(0,0,0,0.1),inset 0 -1px 2px rgba(0,0,0,0.1),inset 1px 0 2px rgba(0,0,0,0.1)
}

.mika-trial .trial-audio .player .progress .volume .board .base .percent:before {
    float: right;
    width: 14px;
    height: 16px;
    margin: -1px -3px 0 0;
    background: url("../img/music-player-misc.png") no-repeat -40px -80px;
    content: ""
}

.mika-trial .trial-audio .drum {
    position: absolute;
    top: 70px;
    left: 710px;
    width: 104px;
    height: 88px;
    background: url("../img/music-player-drum.png") no-repeat
}

.mika-trial .trial-audio .qrcode {
    position: absolute;
    top: 175px;
    left: 720px;
    width: 167px;
    height: 147px;
    text-align: center;
    background: url("../img/trial-qrcode-base.png") no-repeat
}

.mika-trial .trial-audio .qrcode img {
    display: block;
    width: 88px;
    height: 88px;
    padding: 48px 0 0;
    margin: 0 auto 15px
}

.mika-trial .trial-audio .qrcode em {
    margin: 0 0 0 .5em;
    color: #91522d
}

.mika-trial .trial-audio .channel ul {
    width: 890px;
    margin: 0 auto -20px;
    zoom: 1
}

.mika-trial .trial-audio .channel ul:after {
    display: table;
    clear: both;
    content: ""
}

.mika-trial .trial-audio .channel li {
    float: left;
    position: relative;
    width: 162px;
    height: 168px;
    padding: 0 8px 30px;
    margin: 0 0 30px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px dotted #dcdcdc
}

.mika-trial .trial-audio .channel li>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999
}

.mika-trial .trial-audio .channel li:hover {
    opacity: .8
}

.mika-trial .trial-audio .channel .cover {
    position: relative;
    width: 162px;
    height: 129px;
    padding: 2px 9px 0 0;
    margin: 0 -9px 5px 0;
    text-align: center;
    background: url("../img/audio-channel-item.png") no-repeat
}

.mika-trial .trial-audio .channel .cover img {
    width: 106px;
    height: 106px;
    background-color: #FFF
}

.mika-trial .trial-audio .channel .cover:after {
    position: absolute;
    top: 47px;
    right: 29px;
    width: 16px;
    height: 16px;
    background: url("../img/disc-hole.png") no-repeat;
    content: ""
}

.mika-trial .trial-audio .channel .name {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 15px
}

.mika-trial .trial-audio .channel .name:before {
    display: inline-block;
    width: 19px;
    height: 21px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    margin: 0 6px 0 0;
    background-position: -60px -150px;
    content: ""
}

.mika-trial .trial-audio .channel .active .name {
    color: #FFF;
    background-color: #1cbcb4
}

.mika-trial .trial-audio .channel .active .name:before {
    background-position: -80px -150px
}

.mika-trial .trial-video .section-title {
    margin: 0 0 10px
}

.mika-trial .trial-video .section-title:before {
    display: inline-block;
    width: 47px;
    height: 38px;
    overflow: hidden;
    line-height: 999px;
    vertical-align: middle;
    background: url("../img/ico.png") no-repeat;
    border: 0;
    background-position: -50px -180px
}

.mika-trial .trial-video .content {
    position: relative;
    min-height: 350px;
    margin: 0 -15px -35px;
    background-color: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff');
    background-image: -webkit-linear-gradient(top,#eee,#fff);
    background-image: -moz-linear-gradient(top,#eee,#fff);
    background-image: -o-linear-gradient(top,#eee,#fff);
    background-image: -ms-linear-gradient(top,#eee,#fff);
    background-image: linear-gradient(top,#eee,#fff)
}

.mika-trial .trial-video .content:before {
    display: table;
    clear: both;
    content: "";
    padding-bottom: 1px
}

.mika-trial .trial-video .content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 273px;
    height: 201px;
    background: url("../img/trial-video-bg.png") no-repeat 0 100%;
    content: ""
}

.mika-trial .trial-video .sun {
    position: absolute;
    top: 15px;
    left: 745px;
    width: 83px;
    height: 76px;
    background: url("../img/trial-video-sun.png") no-repeat
}

.mika-trial .trial-video .hammer {
    position: absolute;
    top: 295px;
    left: 745px;
    width: 43px;
    height: 68px;
    background: url("../img/trial-video-hammer.png") no-repeat
}

.mika-trial .trial-video .qrcode {
    position: absolute;
    top: 160px;
    left: 785px;
    width: 167px;
    height: 147px;
    text-align: center;
    background: url("../img/trial-qrcode-base.png") no-repeat
}

.mika-trial .trial-video .qrcode img {
    display: block;
    width: 88px;
    height: 88px;
    padding: 48px 0 0;
    margin: 0 auto 15px
}

.mika-trial .trial-video .qrcode em {
    margin: 0 0 0 .5em;
    color: #1cbcb4
}

.mika-trial .trial-video .video-list {
    width: 600px;
    padding: 70px 0;
    margin: 0 auto;
    zoom: 1
}

.mika-trial .trial-video .video-list:after {
    display: table;
    clear: both;
    content: ""
}

.mika-trial .trial-video .video-list li {
    float: left;
    width: 200px;
    height: 65px;
    margin: 0 0 18px;
    text-align: center
}

.mika-trial .trial-video .video-list li:hover {
    opacity: .8
}

.mika-about .inner {
    margin: -15px
}

.mika-about .inner .row {
    margin: 0
}

a {
    text-decoration: none!important
}

a :hover {
    text-decoration: none!important
}

input,select,button {
    outline: 0
}

.order-steps {
    width: 100%;
    height: 149px;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/order-bg.png") no-repeat
}

.order-steps>div div {
    float: left;
    margin-right: 25px
}

.order-steps>div {
    width: 580px;
    margin: 30px auto 0;
    overflow: hidden
}

.order-steps .step {
    width: 116px;
    height: 106px;
    background: transparent url("../img/icon2.png") no-repeat 0 -46px
}

.order-steps .step2 {
    background-position: -200px -46px
}

.order-steps .step3 {
    background-position: -425px -46px
}

.order-steps .arrow {
    width: 50px;
    height: 106px;
    background: transparent url("../img/icon2.png") no-repeat -347px -46px
}

.order-steps .arrow.succeed {
    background-position: -123px -46px
}

.goods-list {
    padding: 15px 15px 0 15px
}

.goods-list .section {
    background-color: #fbfbfb!important
}

.goods-list .section {
    padding: 15px 30px!important
}

.table {
    display: block;
    width: 920px;
    border-collapse: collapse
}

.table .highlight-color {
    color: #e54447
}

.table .goods-name {
    width: 28%
}

.table .goods-name img {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    border: 1px solid #e5e5e5
}

.table .goods-name div {
    width: 110px;
    margin: 10px 0 10px 110px;
    line-height: 22px;
    text-align: left
}

.table .goods-name div .green {
    color: #1cbcb4
}

.table .goods-name div .premiums {
    width: 53px;
    height: 20px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    background: transparent url("../img/icon2.png") no-repeat -154px 0
}

.table .goods-name div .premiums.short {
    width: 40px;
    background-position: -114px 0
}

.table thead {
    background-color: #ebf9f9;
    font-size: 16px;
    color: #1cbcb4;
    text-align: center
}

.table thead tr {
    height: 40px
}

.table tbody {
    text-align: center
}

.table tbody tr:nth-of-type(2n) {
    background-color: #fbfbfb
}

.table tbody td {
    padding: 7px 0 7px 15px
}

.table th,.table td {
    width: 165px;
    border: 1px solid #ddf4f3
}

.recommend-gift {
    padding: 0 15px
}

.recommend-gift.gf-list .option-label {
    display: block;
    width: 100%;
    height: 100%
}

.recommend-gift.gf-list .option-label input {
    position: absolute;
    height: 0;
    width: 0;
    top: -9999px;
    z-index: 9999
}

.recommend-gift.gf-list .option-label img {
    display: block;
    margin: 0 auto
}

.recommend-gift>div {
    background-color: #fbfbfb;
    margin-top: 10px;
    border-radius: 5px;
    text-align: right;
    overflow: hidden
}

.recommend-gift>div a,.recommend-gift>div button {
    font-size: 16px
}

.recommend-gift>div div {
    clear: both
}

.recommend-gift>div .btn-sub {
    margin-bottom: 38px
}

.recommend-gift>div a {
    float: right;
    width: 95px;
    display: block
}

.recommend-gift>div .hide {
    float: right;
    display: none;
    width: 300px;
    margin-bottom: 10px;
    border: 1px solid #c4e9e7;
    background-color: #faffff;
    zoom: 1
}

.recommend-gift>div .hide:after {
    display: table;
    clear: both;
    content: ""
}

.recommend-gift>div .hide .btn-color {
    display: block;
    margin-top: -28px;
    margin-bottom: 10px;
    background: #faffff;
    color: #1cbcb4;
    text-shadow: none;
    border-color: #c4e9e7;
    border-bottom-color: #faffff
}

.recommend-gift>div .hide div {
    padding: 0 15px 20px 15px;
    text-align: left
}

.recommend-gift>div .hide .input-text {
    width: 205px;
    height: 30px;
    padding-left: 10px
}

.recommend-gift>div .hide .btn.small {
    margin-left: -3px;
    height: 37px;
    border-radius: 0
}

.recommend-gift>div .hide p {
    display: inline-block;
    margin: -19px 0 0 20px;
    line-height: 20px;
    color: #666
}

#content .gifts,.layer-bg .gifts {
    width: 536px;
    border: 1px solid #c4e9e7;
    background-color: #fff;
    z-index: 99
}

.layer-bg .gifts {
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

#content .gifts h4,.layer-bg .gifts h4 {
    background-color: #55cdc7;
    padding: 0 10px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    height: 40px
}

#content .gifts h4 i,.layer-bg .gifts h4 i {
    display: inline-block;
    width: 22px;
    height: 19px;
    margin: 0 5px -3px 0;
    background: transparent url("../img/icon2.png") no-repeat -276px 0
}

#content .gifts h4 a,.layer-bg .gifts h4 a {
    display: block;
    float: right;
    color: #fff;
    font-size: 16px
}

.gifts .option-label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.gifts .pay-layer a {
    color: #1eb9ee
}

.gifts .option-label input {
    position: absolute;
    top: -9999px;
    width: 0;
    height: 0;
    z-index: 9999
}

#content .gifts h4 a span,.layer-bg .gifts h4 a span {
    display: inline-block;
    float: right;
    width: 18px;
    height: 18px;
    margin-top: 11px;
    background: transparent url("../img/close.png") no-repeat
}

#content .gifts ul,.layer-bg ul {
    padding: 10px 11px 5px;
    text-align: left
}

#content .gifts ul li,.layer-bg ul li {
    display: inline-block;
    width: 90px;
    height: 90px;
    padding-top: 5px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #ddf4f3
}

#content .gifts ul li .option-label img,.layer-bg ul li .option-label img {
    display: block;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    margin: 0 auto;
    padding-top: 18px;
}

.sure {
    text-align: right;
    padding: 0 10px 20px
}

#content .gifts ul li:hover,.layer-bg ul li:hover {
    border: 1px solid #fa3e3e
}

#content .gifts .btn.small,.layer-bg .gifts .btn.small {
    margin-right: 14px
}

#content .gifts p,.layer-bg .gifts p {
    margin: 10px 15px
}

#content .gifts p span,.layer-bg .gifts p span {
    display: inline-block;
    width: 75px;
    text-align: right
}

#content .gifts p .text,.layer-bg .gifts p .text {
    width: 166px;
    height: 27px;
    border: 1px solid #bad8d8
}

#content .gifts p .road,.layer .gifts p .road {
    width: 266px
}

#content .gifts p select .layer-bg .gifts p select {
    border-radius: 0
}

#content .gifts p label,.layer-bg .gifts p label {
    color: #fff;
    background-color: #55cdc7;
    padding: 0 0 3px 3px;
    height: 20px;
    display: inline-block
}

#content .gifts p label input,.layer-bg gifts p label input {
    display: inline-block;
    margin-right: 3px
}

#content .gifts .btn.submit,.layer-bg .gifts .btn.submit {
    width: 104px;
    display: block;
    margin: 10px auto
}

#content .gifts dl,.layer-bg dl {
    margin: 10px 30px;
    border-bottom: 1px solid #fefefe
}

#content .gifts dl dt,.layer-bg dt {
    margin: 20px 0 5px;
    color: #1cbcb4
}

#content .gifts dl dt:after {
    display: inline-block;
    width: 4px;
    height: 7px;
    margin-left: 4px;
    overflow: hidden;
    line-height: 999px;
    background: url(../img/ico.png) -25px -20px no-repeat;
    vertical-align: 1px;
    content: ""
}

#content .gifts dl dd,.layer-bg dd {
    display: inline-block;
    width: 45%;
    margin: 0;
    margin-left: 15px
}

#content .gifts dl dd span,.layer-bg dd span {
    display: inline-block;
    margin-right: 5px;
    color: #666;
    font-weight: bold
}

#content .gifts dl .dd-width,.layer-bg .dd-width {
    width: 100%
}

#content .first-register {
    display: block;
    height: auto;
    background-color: transparent;
    border: 0
}

#content .first-register .addr-def {
    padding: 3px
}

#content .first-register .addr-def span {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle
}

#content .first-register em {
    color: #e54447;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 5px;
    height: 100%
}

#content .first-register .submit {
    background-color: #ff860f;
    color: #fff
}

.heart {
    display: inline-block;
    width: 17px;
    height: 12px;
    background: transparent url("../img/icon2.png") no-repeat -217px 0
}

.security-code {
    position: relative;
    height: 200px;
    border-top: 10px solid #fff;
    padding: 50px 60px 0 0;
    overflow: hidden
}

.security-code>.btn {
    display: block;
    margin: 20px auto 0
}

.pay {
    display: block;
    margin: 20px auto 0
}

.code div {
    margin-top: 20px
}

.code div .btn {
    margin-left: -5px
}

.code div p {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
    text-align: right
}

.code div p span {
    color: #e54447;
    font-size: 18px;
    font-weight: bold
}

.order-steps.second .step1,.order-steps.third .step1 {
    background-position: 0 -157px
}

.order-steps.second .step2 {
    background-position: -202px -157px
}

.order-steps.third .step3 {
    background-position: -425px -270px
}

.order-info.goods-list .baby-birth dt {
    font-size: 16px;
    margin-bottom: 10px
}

.order-info.goods-list .baby-birth dd span {
    color: #666
}

.order-info.goods-list .baby-birth dd a {
    color: #1cbcb4
}

.order-info.goods-list .add-address {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #efefef;
    overflow: hidden
}

.order-info.goods-list .add-address>a {
    float: right
}

.order-info.goods-list .add-address dl {
    padding-top: 10px
}

.order-info.goods-list .add-address dl dt {
    font-size: 16px;
    margin-bottom: 20px
}

.order-info.goods-list .add-address dl dd {
    padding-right: 50px;
    margin-bottom: 10px;
    color: #666
}

.order-info.goods-list .add-address dl dd label,.pay-way label {
    display: block
}

.order-info.goods-list .add-address dl .lab input,.pay-way input {
    position: absolute;
    top: -9999px;
    height: 0;
    width: 0;
    z-index: 9999
}

.order-info.goods-list .add-address dl dd .chec-btn {
    position: relative;
    width: 140px;
    height: 30px;
    border: 2px solid #efefef;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #666
}

.order-info.goods-list .add-address dl dd .chec-btn i {
    content: '';
    display: block;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 13px;
    height: 15px;
    background: transparent url("../img/check.png") no-repeat
}

.order-info.goods-list .add-address dl dd div {
    display: inline-block;
    height: 30px;
    line-height: 30px
}

.order-info.goods-list .add-address dl dd span {
    display: inline-block;
    margin-right: 30px
}

.order-info.goods-list .add-address dl dd a {
    display: inline-block;
    margin-left: 8px;
    color: #1cbcb4;
    font-size: 12px;
    line-height: 30px
}

.order-info.goods-list .add-address dl dd:hover div {
    background-color: #eaf8f7
}

.order-info.goods-list .add-address .hide {
    display: inline-block;
    margin-left: 44px;
    color: #1cbcb4;
    font-size: 12px;
    line-height: 30px;
    background-color: #fff;
    border: 0;
    outline: 0
}

.order-info.goods-list .add-address .hide i {
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 5px;
    background: url("../img/toggle-on.png") no-repeat center
}

.order-info.goods-list .btn.submit {
    display: block;
    margin: 20px auto
}

.order-info.goods-list .no-background {
    display: inline-block;
    padding-left: 0;
    background-color: transparent;
    color: #1cbcb4;
    box-shadow: none
}

.order-info.goods-list .margin-bottom {
    display: inline-block;
    margin-bottom: 3px
}

.article .section dt {
    font-size: 16px;
    margin-bottom: 20px
}

.article .section dd {
    color: #666
}

.article .section .margin-left {
    margin-left: 0
}

.article .section .margin-left .highlight {
    font-size: 16px
}

.article .section .margin-left p {
    margin: 20px 0
}

.article .section .margin-left p a {
    color: #1cbcb4
}

.article .section .pay-way {
    margin: 20px 0;
    overflow: hidden
}

.article .section .pay-way li {
    float: left;
    width: 150px;
    height: 40px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 40px;
    background-color: #fbfbfb
}

.inherit {
    background-color: #55cdc7!important
}

.article .section .pay-way .inherit label,.article .section .pay-way .inherit a {
    color: #fff
}

.article .section .pay-way button,.article .section .pay-way a {
    border: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #666
}

.article .section .alipay {
    margin-bottom: 20px
}

.article .section .alipay span,.article .section .alipay b {
    font-size: 14px
}

.article .section .alipay b {
    color: #e54447
}

.article .section .send-list dd {
    padding: 0 0 20px 10px;
    margin: 20px 0;
    font-size: 14px;
    border-bottom: 1px dotted #dcdcdc
}

.article .section .send-list dd p {
    margin: 10px 0
}

.article .section .send-list a {
    color: #1cbcb4;
    text-decoration: none
}

.article .section .send-list .invoice span {
    display: inline-block;
    margin-right: 10px
}

.article .section .send-list .invoice-type label {
    display: inline-block;
    height: 28px;
    line-height: 28px
}

.article .section .send-list .no-border {
    border-bottom: 0
}

.birth {
    display: none
}

.ie8 .layer-bg {
    background-color: #4c4c4c
}

.layer-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    text-align: center
}

.layer-bg .non {
    height: 100%;
    width: 1px;
    display: inline-block;
    vertical-align: middle
}

.layer-bg em {
    color: #e54447
}

.article .section .personal-info.baby-birth .phone-number {
    display: inline-block;
    margin-right: 10px
}

.article .section .personal-info.baby-birth .margin {
    display: inline-block;
    margin-left: 76px
}

.article .section .personal-info.baby-birth p {
    margin: 3px 0 0 -4px
}

.article .section .personal-info.baby-birth p select {
    display: inline-block;
    margin-left: -8px
}

.invoice.margin-left label {
    display: inline-block;
    margin-right: 8px
}

.invoice.margin-left label input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.invoice.margin-left .company-name {
    display: none
}

.invoice.margin-left .company-name input {
    width: 200px;
    padding-left: 5px;
    border: 1px solid #bad8d8
}

.invoice.margin-left p {
    font-size: 12px
}

.section-bg .pay-way li {
    border-bottom-color: #1cbcb4!important
}

.section-body {
    padding: 30px 69px
}

#content .section.order-succeed,#content .section.other-kids {
    padding: 10px 30px
}

#content .section.order-succeed h2,#content .section.other-kids h2 {
    padding: 10px 0;
    font-size: 26px;
    text-align: center
}

#content .section.order-succeed {
    border: 1px dotted #1cbcb4;
    background-color: #faffff;
    overflow: hidden
}

#content .section.order-succeed h2 {
    color: #1cbcb4;
    border-bottom: 1px dotted #1cbcb4
}

#content .section.order-succeed .check-order {
    display: inline-block;
    float: right;
    padding: 0 10px;
    margin-top: 20px;
    line-height: 30px;
    background-color: #faffff;
    color: #1cbcb4;
    border-radius: 5px;
    border: 1px solid #1cbcb4;
    text-align: center;
    font-size: 16px;
    font-weight: bold
}

#content .section.order-succeed ul {
    width: 460px;
    margin: 30px auto 10px
}

#content .section.order-succeed ul li {
    display: inline-block;
    width: 227px;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

#content .section.order-succeed ul li span,#content .section.order-succeed ul li strong {
    color: #e54447
}

#content .section.order-succeed ul li a {
    color: #1cbcb4
}

#content .section.order-succeed ul .order-number {
    display: inline-block;
    width: 5px;
    height: 11px;
    margin-right: 5px;
    margin-left: -30px;
    background: transparent url("../img/icon3.png") no-repeat 8px -20px
}

#content .section.other-kids {
    margin-top: 30px;
    padding: 0;
    background-color: #fffcf9;
    border: 1px dotted #ffa869
}

#content .section.other-kids h2 {
    border-bottom: 1px dotted #ffa869;
    color: #ffa869
}

.peer {
    position: relative;
    height: 230px
}

.peer .bd {
    position: absolute;
    top: 15px;
    right: 0;
    width: 637px;
    height: 196px;
    border-radius: 20px
}

.peer ul {
    width: 100%;
    padding: 20px 0;
    margin-top: 27px;
    border-radius: 20px;
    background-color: #fff6ef
}

.peer li {
    display: inline-block;
    position: relative;
    width: 142px;
    height: 142px;
    margin-left: 12px;
    overflow: hidden
}

.peer li a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.peer li p {
    position: absolute;
    left: 0;
    width: 100%;
    color: #FFF;
    margin: 0;
    text-align: center;
    background-color: rgba(28,188,180,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b31cbcb4',endColorstr='#e61cbcb4');
    background-image: -webkit-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -moz-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -o-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: -ms-linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-image: linear-gradient(left,rgba(28,188,180,0.7),rgba(28,188,180,0.9));
    background-color: transparent;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    bottom: -38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px
}

.peer li:hover p {
    bottom: 0
}

.tb-add td {
    position: relative
}

.tb-add td em {
    position: absolute;
    display: inline-block;
    right: -135px;
    top: 13px;
    width: 130px;
    font-weight: bold;
    color: #e54447
}

#content .section.product h2 {
    width: 93%;
    padding-bottom: 20px;
    margin: 20px auto
}

#content .section.product .peer {
    width: 99%;
    margin: 0 auto
}

#content .section.vip {
    font-size: 14px;
    color: #666;
    padding: 0;
    background: #fffcf9 url("../img/img7.png") no-repeat
}

#content .section.vip .peer {
    margin: 20px 0 0 155px
}

#content .section.vip .peer .share {
    margin-top: 85px
}

#content .section.vip span {
    color: #e54447
}

#content .section.vip p {
    line-height: 24px
}

#content .section.vip a {
    color: #1cbcb4
}

#content .section.vip .text {
    width: 300px;
    border-color: #ffa869
}

#content .section-bg {
    background-color: #fbfbfb!important
}

#content .section-margin {
    margin-bottom: 190px
}

.edit-pwd {
    font-size: 14px;
    text-align: center
}

.edit-pwd span {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 5px
}

.edit-pwd input {
    display: inline-block;
    width: 200px;
    height: 27px;
    border: 1px solid #bad8d8
}

.edit-pwd p {
    margin-bottom: 10px
}

.edit-pwd p:after {
    display: inline-block;
    content: '*';
    color: #e54447;
    vertical-align: middle;
    margin-left: 7px;
    font-size: 16px;
    font-weight: bold
}

.edit-pwd .btn {
    margin: 30px 0 100px 95px
}

.highlight {
    color: #e54447!important
}

#content .my-suggest {
    background-color: #fbfbfb!important
}

#content .my-suggest h4 {
    font-size: 14px
}

#content .my-suggest h4:before {
    background: 0
}

#content .my-suggest>p {
    margin: 10px 0 10px 55px
}

#content .my-suggest>p i {
    margin-right: 4px
}

#content .my-suggest .peer {
    position: static;
    height: auto
}

#content .my-suggest .piclist {
    padding: 0;
    margin: 0 0 0 45px;
    background-color: transparent
}

#content .my-suggest .piclist li {
    background-color: #fff;
    text-align: center
}

#content .peer ul.piclist li img {
    display: block;
    width: 100%;
    height: 100%
}

#content .my-suggest .table img {
    width: 80px
}

.suggest-way {
    padding: 20px 0 0 20px
}

.suggest-way>img,.suggest-way ul {
    display: inline-block
}

.suggest-way ul {
    margin-left: 95px;
    vertical-align: middle
}

.suggest-way ul .order-number {
    width: 34px;
    height: 24px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    background-color: #77d7d2;
    text-align: center;
    font-weight: bold;
    line-height: 24px
}

.suggest-way ul span {
    color: #ff860f
}

.suggest-way li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px
}

.suggest-way li p {
    width: 395px
}

.suggest-way li:before {
    display: inline-block;
    position: absolute;
    top: inherit;
    left: -10px;
    content: '';
    width: 71px;
    height: 71px;
    background: transparent url("../img/suggest.png") no-repeat 0 0
}

.suggest-way .second:before {
    background-position: 0 -72px
}

.suggest-way .second {
    padding-top: 20px;
    border-top: 1px solid #eee
}

.suggest-way form {
    margin: 30px 0 0 -85px
}

.suggest-way form input {
    width: 320px;
    height: 27px;
    border: 1px solid #bad8d8
}

.section-title .small {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px
}

.section-title .small b {
    font-weight: normal
}

.suggest-way.more {
    border-top: 1px solid #eee
}

#content .section-bg {
    font-size: 14px
}

#content .section-bg dl {
    padding-bottom: 20px
}

#content .section-bg dt,#content .section-bg dd {
    color: #333
}

#content .section-bg dd {
    margin: 10px 0 10px 20px
}

#content .section-bg .login-info {
    border-bottom: 1px dashed #efefef
}

#content .section-bg .login-info span {
    display: inline-block;
    text-align: right;
    margin-right: 5px
}

#content .section-bg .login-info .btn-sub {
    margin-left: 5px
}

#content .section-bg .login-info select {
    height: 30px
}

#content .section-bg .address-info .add {
    width: 560px;
    overflow: hidden
}

#content .section-bg .address-info .add .btn {
    width: 100px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    border-radius: 8px;
    float: right
}

#content .section-bg .address-info .address {
    width: 560px;
    border: 2px solid #e8e8e8;
    padding: 15px
}

#content .section-bg .address-info .address p {
    line-height: 25px;
    overflow: hidden
}

#content .section-bg .address-info .address #default {
    display: inline-block;
    width: 63px;
    height: 20px;
    padding-left: 3px;
    border: 0;
    background: transparent url("../img/moren.png") no-repeat;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px
}

#content .section-bg .address-info .address a {
    display: inline-block;
    float: right;
    margin-right: 5px;
    color: #1cbcb4
}

#content .section-bg .address-info .address .set-default.hide {
    display: none
}

.gifts.reward-address {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -268px;
    margin-top: -150px
}

.gifts.reward-address p:after {
    display: inline-block;
    content: '*';
    height: 23px;
    color: #e54447;
    vertical-align: middle;
    margin-left: 7px;
    font-size: 16px;
    font-weight: bold
}

#content .section.section-padding,#content .section.padding {
    padding: 15px 30px
}

#content .section.section-padding .section-bg,#content .section.padding .section-bg {
    padding: 15px 30px
}

.section.section-padding .section-bg .table,.section.section-padding .section-bg th,.section.section-padding .section-bg td {
    width: auto
}

.section.section-padding .section-bg th,.section.section-padding .section-bg td {
    padding: 10px 11.5px
}

#change-psd td,#change-psd th {
    padding: 10px 0
}

#change-psd .btn {
    width: 115px;
    border-radius: 0
}

.section.section-padding .section-bg h4 {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #333
}

.section.section-padding .section-bg .gifts h4,.layer-bg .gifts h4 {
    color: #fff
}

.section.section-padding .section-bg .btn {
    display: block;
    width: 68px;
    height: 25px;
    margin: 0 auto 5px;
    line-height: 25px;
    border-radius: 14px;
    font-size: 14px
}

.section.section-padding .section-bg .green {
    display: block;
    color: #1cbcb4
}

.section.section-padding .section-bg .goods-name a {
    display: block;
    overflow: hidden
}

.section.section-padding .section-bg .goods-name a img {
    width: 50px;
    height: 50px
}

.section.section-padding .section-bg .goods-name a p {
    display: inline-block;
    margin-top: 10px
}

.section.section-padding .section-bg .table-mika th,.section.section-padding .section-bg .table-mika td {
    width: 156px
}

.section.section-padding .section-bg .table-mika .goods-name img {
    float: inherit;
    margin: 0 auto
}

.section.section-padding .section-bg .heart {
    margin-right: 5px
}

.section.section-padding .section-bg .remind {
    display: inline-block;
    margin-top: 30px
}

.section.section-padding .section-bg .pagination {
    display: inline-block;
    margin-left: 80px
}

#content .pingjia {
    font-size: 14px;
    color: #333
}

#content .no-pingjia {
    text-align: center;
    font-size: 18px;
    color: #111;
    margin: 90px auto 0
}

#content .no-pingjia.pay-fail {
    margin: 0;
    padding: 90px 0
}

#content .no-pingjia span {
    display: inline-block;
    margin-left: 20px
}

#content .no-pingjia a {
    display: inline-block;
    margin-left: 15px;
    color: #06C;
    text-decoration: underline!important
}

#evaluate {
    width: 690px;
    padding-left: 15px
}

#evaluate .no-evaluate {
    padding: 10px 0;
    overflow: hidden
}

#evaluate .rating {
    width: 155px;
    position: relative;
    height: 16px;
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 12px;
    color: #666;
    vertical-align: middle
}

#evaluate .rating label {
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 0;
    overflow: hidden;
    background: transparent url(../img/rating-off.png) no-repeat;
    background-size: contain;
    cursor: pointer
}

#evaluate .rating label:hover,#evaluate .rating label:hover ~ label {
    background: transparent url(../img/rating-on.png) no-repeat;
    background-size: contain
}

#evaluate .rating label:hover span {
    display: block;
    z-index: 2
}

#evaluate .rating .active,#evaluate .rating .active ~ label {
    background-image: url(../img/rating-on.png)
}

#evaluate .rating input {
    display: inline-block;
    -webkit-appearance: none;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    opacity: 0;
    visibility: hidden
}

#evaluate .rating .score {
    position: absolute;
    top: -4px;
    right: -65px;
    display: none;
    width: 60px;
    height: 17px;
    font-size: 13px;
    font-weight: bold;
    color: #1cbcb4;
    line-height: 17px;
    text-align: center;
    background-color: #eafffe;
    border: 1px solid #1cbcb4
}

#evaluate .rating .active .score {
    display: block
}

#evaluate .rating .rating .active,#evaluate .rating .rating .active ~ label {
    background-image: url(../img/rating-on.png)
}

#evaluate .thum {
    float: left;
    width: 100px;
    margin-right: 10px
}

#evaluate .thum img {
    width: 100%;
    border: 1px solid #fefefe
}

#evaluate .thum p {
    text-align: center;
    font-size: 12px;
    color: #333
}

#evaluate .textarea {
    display: inline-block;
    float: right;
    width: 575px;
    height: 202px;
    margin-bottom: 20px;
    border: 1px solid #b4f2ef
}

#evaluate .textarea textarea {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 165px;
    background: 0;
    background-color: #fff;
    border: 0
}

#evaluate .textarea p {
    background: #f7ffff;
    height: 35px;
    text-align: right;
    padding-right: 20px;
    line-height: 45px
}

#evaluate .upload {
    clear: both
}

#evaluate .upload ul {
    overflow: hidden
}

#evaluate .upload ul .attach {
    float: right;
    background: 0
}

#evaluate .upload ul li {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    line-height: 80px;
    text-align: center;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

#evaluate .upload ul .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    line-height: 999px;
    background: rgba(0,0,0,0.5) url(../img/close.png) no-repeat center center;
    background-size: 70% 70%;
    border: 0
}

#evaluate .upload ul .btn-sub {
    float: right;
    margin-top: 5px
}

#evaluate .upload ul input {
    display: none
}

#evaluate .submit {
    display: block;
    margin: 20px auto
}

.done-evaluate ul {
    padding: 15px
}

.done-evaluate li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    overflow: hidden
}

.done-evaluate li img {
    display: block;
    float: left;
    width: 56px;
    border: 1px solid #efefef
}

.done-evaluate li .eva-cont {
    position: relative;
    padding-right: 120px;
    margin-left: 100px
}

.done-evaluate li .eva-cont h5 {
    padding-right: 120px;
    font-size: 15px;
    color: #1cbcb4
}

.done-evaluate li .eva-cont .star {
    display: inline-block;
    width: 102px;
    height: 16px;
    overflow: hidden;
    vertical-align: middle;
    background: url(../img/rating.png) no-repeat
}

.done-evaluate li .eva-cont .star1 {
    background-position: 0 0
}

.done-evaluate li .eva-cont .star2 {
    background-position: 0 -20px
}

.done-evaluate li .eva-cont .star3 {
    background-position: 0 -40px
}

.done-evaluate li .eva-cont .star4 {
    background-position: 0 -60px
}

.done-evaluate li .eva-cont .star5 {
    background-position: 0 -80px
}

.done-evaluate li .eva-cont .eva-sec {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    text-align: center
}

.done-evaluate li .eva-cont .eva-sec a {
    display: block;
    width: 50px;
    height: 23px;
    color: #FFF;
    font-size: 13px;
    line-height: 25px;
    border-radius: 12px;
    background: #1cbcb4;
    margin: 0 auto 15px
}

.done-evaluate li .eva-cont .eva-sec .date {
    color: #999
}

.done-evaluate li .eva-cont .eva-sec .date:before {
    display: inline-block;
    width: 21px;
    height: 21px;
    overflow: hidden;
    line-height: 999px;
    background: url(../img/ico.png) -40px -40px no-repeat;
    margin: 0 4px 0 0;
    vertical-align: -0.45em;
    content: ""
}

.order-number {
    font-size: 16px;
    padding-left: 20px
}

.order-number span {
    display: inline-block;
    margin-left: 70px;
    font-weight: bold
}

.no-pages,.no-pages:hover {
    background-color: #ececec!important;
    color: #484848!important;
    border: 1px solid #ececec!important
}

.reset_success {
    width: 250px;
    margin: 10px auto;
    padding-left: 43px;
    text-align: center;
    color: #1cbcb4;
    font-size: 12px
}

.re-col {
    color: red!important;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold
}

.green {
    color: #1cbcb4
}

#content .no-pd {
    font-size: 13px;
    padding: 0
}

#content .no-pd h4 {
    margin-top: 30px
}

#content .no-pd .section-pd {
    padding: 0 15px;
    border: 0
}

#content .no-pd .section-title:before {
    width: 37px;
    height: 40px
}

#content .no-pd .title1:before {
    background: url(../img/gifts-intro-icons.png) no-repeat 0 0
}

#content .no-pd .title2:before {
    background: url(../img/gifts-intro-icons.png) no-repeat -39px 0
}

#content .no-pd .title3:before {
    background: url(../img/gifts-intro-icons.png) no-repeat -80px 0
}

#content .no-pd .sub-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

#content .no-pd dl {
    margin-bottom: 30px;
    padding-left: 35px
}

#content .no-pd dl dt {
    margin: 0 0 0 -30px;
    font-size: 15px
}

#content .no-pd dl dt .heart {
    margin-right: 10px
}

#content .no-pd dl dd {
    line-height: 25px
}

#content .no-pd table th {
    padding: 6px 20px;
    color: #1cbcb4;
    font-size: 18px;
    background-color: #ebf9f9
}

#content .no-pd table td,#content .no-pd table th {
    border: 1px solid #dff4f3
}

#content .no-pd table td {
    padding: 18px
}

#content .no-pd table div {
    display: inline-block
}

#content .no-pd table div img {
    display: block;
    width: 125px;
    height: 125px;
    border: 1px solid #f5f5f5
}

#content .no-pd table div p {
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
    color: #fff;
    background-color: #77d7d2
}

#content .no-pd table .mr {
    margin-right: 10px
}

#content .no-pd .table-list {
    margin-bottom: 20px
}

#content .no-pd .table-list table,#content .no-pd .table-list tr,#content .no-pd .table-list th,#content .no-pd .table-list td,#content .no-pd .table-list thead,#content .no-pd .table-list tbody {
    display: block
}

#content .no-pd .table-list .mr {
    margin-right: 19px
}

#pin-kol {
    display: inline-block;
    position: fixed;
    top: 40px;
    left: 40px
}

.type-3 .option-label .op-title,.type-4 .option-label .op-title,.type-5 .option-label .op-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
    z-index: 10000
}

#ie8 .type-3 .option-label:before,#ie8 .type-4 .option-label:before,#ie8 .type-5 .option-label:before {
    filter: alpha(opacity=1);
    opacity: 1
}

#another-table {
    margin: 30px 0;
}

#another-table thead,
#another-table tr,
#another-table td,
#another-table tbody,
#another-table th {
    display: block;
    width: 100%;
}

#another-table tr th {
    height: 100%;
    line-height: 42px;
    width: 918px;
}

#another-table td {
    width: 878px;
    padding: 20px;
    text-align: left;
}

#another-table li {
    display: inline-block;
    position: relative;
    width: 135px;
    height: 164px;
    border: 1px solid #ddf4f3;
    margin-right: 7px;
}

#another-table li img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    vertical-align: middle;
    padding-top: 15px;
}

#another-table li p {
    position: absolute;
    bottom: 0;
    width: 125px;
    height: 30px;
    padding-left: 10px;
    text-align: left;
    line-height: 30px;
    font-size: 12px;
    color: #1cbcb4;
    border-top: 1px solid #ddf4f3;
}

#another-table li .option-label {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

#another-table li .option-label .op-title,
.gifts li .option-label .op-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
    z-index: 10000;
}

#another-table li input {
    position: absolute;
    top: -9999px;
    width: 0;
    height: 0;
    z-index: 9999;
    overflow: hidden;
}

#another-table li:last-child {
    margin-right: 0;
}

#another-table .activ {
    border: 1px solid #1cbcb4;
}

#another-table .activ p {
    color: #fff;
    background-color: #1cbcb4;
}

