/**
*Login view
*************************************************/
.register-link {
    text-align: right;
}

.qq-login-wrapper {
    margin-top: 35px;
}

/**
*goods.html  ��Ʒ����
***********************************************/
.main-view.goods-view {
    width: 800px;
}

.goods-view .carousel {
    width: 350px;
    margin: 0 30px;
    display: inline-block !important;
}

.goods-view .goods-details {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px;
    min-width: 300px;
}

.goods-view .goods-details .item {
    border-bottom: 1px solid #c7c7c7;
    padding: 5px 0;
}

.goods-view .goods-details .item:last-child {
    border-bottom: 0;
}

.goods-view .goods-details .item.item-price-wrapper,
.goods-view .goods-details .item.item-buy-count {
    padding: 13px 0;
}

.goods-view .goods-details .item.item-price-wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.goods-view .goods-details .item.item-title h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.goods-view .goods-type-list {
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    padding: 0;
    list-style-type: none;
}

.goods-view .goods-type-list .ape-input {
    float: right;
}

/**
*Confirm ȷ�϶�����Ϣ
******************************************************/
.confirm-list {

}

.confirm-list .item {
    margin-bottom: 30px;
}

.confirm-list .item:last-child {
    margin-bottom: 0;
}

.confirm-list .item:last-child {
    border-bottom: 1px solid #cacaca;
}

.confirm-list .item .item-title {
    border-bottom: 1px solid #cacaca;
    padding: 5px 0;
    font-size: 16px;
}

.confirm-list .item .item-title .col {
    font-size: 16px;
}

.btn-add-address {
    float: right;
}

.confirm-list .item .item-content {
    padding: 10px 0;
}

.confirm-view .order-total-info {

}

.confirm-view .order-total-info .row {
    padding: 5px 0;
}

.confirm-view .order-total-info .row .remark {
    vertical-align: top;
}

.confirm-view .order-total-info .display-name,
.confirm-view .order-total-info .display-field {
    text-align: right;
}

.confirm-view .order-total-info .btn-submit-order {
    width: 180px;
    float: right;
}

/**
*�����б�
****************************************************************/
.main-view.cart-view {

}

.main-view.cart-view .view-title {
    padding: 10px 0;
    border-bottom: 1px solid #c7c7c7;
}

.main-view.cart-view .view-content .summary-wrapper {
    border-top: 1px solid #c7c7c7;
}

.main-view.cart-view .view-content .summary-wrapper .summary-container {
    width: 180px;
    float: right;
}

/**
*��������
******************************************************************/
.aside-menu .menu-list .menu-item-group .group-content .menu-item:before {
    margin-right: 5px;
}

.user-profile-content .form-group .display-name {
    text-align: right;
}

.user-profile-content .form-group.address-details .display-name {
    vertical-align: middle;
}

.user-profile-content .form-group.address-details .display-field {
    vertical-align: middle;
}

/**
*�������顢��������
**********************************************************************/
.logistics-step-wrapper {

}

.logistics-step-wrapper .logistics-step {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 8%;
    margin-right: 14%;

    color: #4EC1EA;
}

.logistics-step-wrapper .logistics-step .logistics-step-node {

}

.logistics-step-wrapper .logistics-step .logistics-progress {
    position: absolute;
    content: ' ';
    display: block;
    top: 10px;

    left: 70%;
    width: 147px;
    height: 1px;
    border-bottom: 1px dashed #4EC1EA;
}

.logistics-step-wrapper .logistics-step:first-child {

}

.logistics-step-wrapper .logistics-step:last-child {
    margin-right: 0;
}

.logistics-step-wrapper .logistics-step:last-child .logistics-progress {
    display: none;
}

.logistics-step-wrapper .logistics-step i {

}

.logistics-step-wrapper .logistics-step i:before {
    font-size: 18px;
    -webkit-text-stroke-width: 0;
}

.logistics-details {
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 50px;
}

.logistics-details .title {
    padding: 4px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.logistics-details .logistics-list {

}

.logistics-details .logistics-list .logistics-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.logistics-details .logistics-list .logistics-item .line {
    width: 1px;
    position: absolute;
    height: 29px;
    left: 10px;
    background: #E4E4E4;
    top: 16px;
}

.logistics-details .logistics-list .logistics-item:last-child .line {
    display: none;
}

.logistics-details .logistics-list .logistics-item i {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;

    text-align: center;
}

.logistics-details .logistics-list .logistics-item i:before {
    width: 8px;
    height: 8px;
    background-color: #C8C8C8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    content: ' ';

    vertical-align: middle;
}

.logistics-details .logistics-list .logistics-item.active i:before {
    background: #4EC1EA;
}

/*=========================������Ϣ=================================*/
.logistics-details .order-info {
    padding: 8px 0;
    border-top: 2px solid #e5e5e5;
}

.logistics-details .address-info {
    padding: 10px 0;
    border-top: 2px solid #E5E5E5;
}

/**
*����
********************************************************************/
.pay-tips {
    font-size: 0;
}

.pay-tips .tips-col {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.pay-tips .tips-col.pay-tips-price-wrapper {
    text-align: right;
    font-size: 30px;
}

.payment-wrapper {
    padding: 8px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #ddd;
    min-height: 160px;
}

.payment-tabs {

}

.payment-tabs .payment-tabs-header {
    font-size: 16px;
}

.payment-list {
    font-size: 0;
}

ul.payment-list {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0;
}

.payment-list .payment-item {
    width: 25%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.payment-list .payment-item .icon-alipay:before {
    color: #00A1DF;
}

.payment-list .payment-item .icon-wechat:before {
    color: #A2C917;
}

.payment-btn-wrapper {
    width: 180px;
    float: right;
}

.payment-btn-wrapper .payment-summary {
    font-size: 16px;
    padding: 10px 0;
}

/**
*
*******************************************************************/
.main-view.wepay-view .img {
    background: url("../shop/img/wepayhelp.png");
}

.main-view.wepay-view .payment-wrapper {
    padding: 30px 0;
}

/*=======================QR code ��ά��==========================*/
.qrcode-container {

}

.qrcode-container .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.qrcode-container .qrcode {
    font-size: 0;
}

.qrcode-container .qrcode .qrcode-img {
    display: inline-block;
    vertical-align: middle;
}

.qrcode-container .qrcode .qrcode-img img {
    width: 270px;
    height: 270px;
    border: 1px solid #ddd;
}

.qrcode-container .qrcode .qrcode-warning {
    width: 40px;
    height: 270px;
    display: inline-block;
    vertical-align: middle;

    border: 1px solid #ddd;
    border-left: transparent;

    background-position: 0 -369px;
}

.qrcode-container .tip {
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

.qrcode-container .tip .icon-scan {
    width: 32px;
    height: 32px;
    background-position: 0 -337px;
    display: inline-block;
    vertical-align: middle;
}

.qrcode-container .tip .text {
    vertical-align: middle;
    display: inline-block;
}

.payment-wrapper {
    font-size: 0;
}

.payment-wrapper .qrcode-container {
    width: 50%;
    display: inline-block;
    text-align: center;

    font-size: 14px;
}

.payment-wrapper .wepay-help {
    display: inline-block;
    width: 50%;
    height: 337px;
}

.payment-wrapper .wepay-help .img {
    background-position: 0 0;
    width: 270px;
    height: 337px;
    margin: 0 auto;
}

/**
*������ҳ
***********************************************/
.protal-swiper {

}

.protal-swiper.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}

/**===========�˽���ࡢ����btn=============**/
.btn-group.jiage {
    display: table;
}

.btn-group.jiage a {
    color: #fff;
}

.btn-group.btn-group-lg {
    border: 1px solid #cacaca;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    margin-top: 10px;
}

.btn-group.btn-group-lg .btn {
    padding: 12px 20px;
    margin: 3px 0;

    border: none;
}

.btn-group.btn-group-lg .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-group.btn-group-lg .btn {
    border-right: 1px solid #cacaca;
}

.btn-group.btn-group-lg .btn:last-child {
    border-right: none;
}

.protal-swiper .swiper-slide .view-content {
    position: relative;
    margin: 6% auto 0 auto;

    width: 70%;
    height: 88%;
}

.protal-swiper .swiper-slide .view-content .title {
    padding-top: 12%;
}

.protal-swiper .swiper-slide.v01 {
    background: #f2f2f2;
}

.protal-swiper .swiper-slide.v01 .gongzi {
    position: absolute;
    top: 0;
    right: -90px;

    width: 29.66%;
    height: 426px;

    background: url("../img/index/v01-gongzi.png") no-repeat center;
    background-size: contain;
}

@-webkit-keyframes fluctuating {
    0% {
        -webkit-transform: translate3d(0px, -6px, 0px);
    }
    50% {
        -webkit-transform: translate3d(0px, 6px, 0px);
    }
    100% {
        -webkit-transform: translate3d(0px, -6px, 0px);
    }
}

.protal-swiper .swiper-slide.v01 .gongzi {
    -webkit-animation: fluctuating 3s;
    -o-animation: fluctuating 3s;
    animation: fluctuating 3s;

    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.protal-swiper .swiper-slide.v01 .xiaobai {
    width: 35.4%;
    height: 88.8%;

    margin-left: 44%;

    background: url("../img/index/v01-xiaobai.png") no-repeat bottom;
    background-size: contain;

    margin-top: -80px;
}

.protal-swiper .swiper-slide.v02 {
    background: url('../img/index/v2.png') no-repeat;
    background-size: cover;
    color: #fff;
}

.protal-swiper .swiper-slide.v02 .btn-group .btn {
    color: #fff;
}

.protal-swiper .swiper-slide.v02 h2 {
    margin-bottom: 0;
}

.protal-swiper .swiper-slide.v02 h1 {
    margin-top: 0;
}

.protal-swiper .swiper-slide.v03 {
    background: #eaeaea;
}

.protal-swiper .swiper-slide.v03 .article-table-cell.right {
    text-align: center;
}

.protal-swiper .swiper-slide.v03 .article-table-cell.left img {
    max-width: 460px;
    margin-top: -20px;
}

.protal-swiper .swiper-slide.v-plus {
    background: url('../img/plus/index-banner.png') no-repeat;
    background-size: cover;
    color: #fff;
}

@media screen and (min-width: 1860px) {
    .protal-swiper .swiper-slide.v-plus {
        background: url('../img/plus/index-banner@1920.png') no-repeat;
    }
}

.protal-swiper .swiper-slide.v-plus .title {
    position: absolute;
    bottom: 10%;
    right: -2%;
}

.protal-swiper .btn-group.btn-group-lg .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.protal-swiper .swiper-slide.v-plus .btn-group .btn {
    color: #fff;
}

/**=========��Ȫ========**/
.protal-swiper .swiper-slide.v04 {
    background: url('../img/index/yuquan.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.protal-swiper .swiper-slide.v04 .btn-group-lg {
    margin-left: 5px;
}

.protal-swiper .swiper-slide.v04 .view-content .btn-group-wrapper {
    position: absolute;
    right: -60px;
    top: 30px;
}

.protal-swiper .swiper-slide.v04 .view-content .btn-group-wrapper img {
    display: block;
}

.protal-swiper .swiper-slide.v05 .article-table-cell.left {
    background: url('../img/index/v05-left.png') no-repeat center;

    -webkit-background-size: contain;
    background-size: contain;
}

.protal-swiper .swiper-slide.v05 .article-table-cell.right {
    background: url('../img/index/v05-right.png') no-repeat center;
    background-size: initial;
}

@media screen and (max-width: 1000px) {
    .protal-swiper .swiper-slide.v05 .article-table-cell.right {
        background-size: contain;
    }
}

/**=============Ԥ�۹��==============**/
.protal-swiper .swiper-slide.v05 .article-table-cell.right .btn-group-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;

    text-align: center;
}

/**
 * gwais banner
 */
.protal-swiper .swiper-slide.gwais-01 {
    background: url('../img/index/gwais-banner1.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.protal-swiper .swiper-slide.gwais-02 {
    background: url('../img/index/gwais-banner2.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.protal-swiper .about-ai {
    background: url('../img/index/about-ai/1.jpg') no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

/**
*���˽ڻ
*****************************************************************/
.protal-swiper .swiper-slide.v-lovers {
    -webkit-background-size: cover;
    background-size: cover;
}

.protal-swiper .swiper-slide.v-lovers .article-table-cell.left {
    background: url('../img/index/lovers-left.png') no-repeat center;

    -webkit-background-size: cover;
    background-size: cover;
}

.protal-swiper .swiper-slide.v-lovers .article-table-cell.right img {
    width: 90%;
}

/**
 * zhao wu jie
 ***************************************************************/
.protal-swiper .swiper-slide.zaowujie {
    background: url('../img/index/holo-era.png') no-repeat center;
    background-size: 100% 100%;
}

.protal-swiper .swiper-slide.hit-holoera {
    background: url('../img/index/banner-holoera-hit.jpg') no-repeat center;
    background-size: 100% 100%;
}

.protal-swiper .swiper-slide.world-robot-meeting {
    background: url('../img/index/world-robot-meeting.jpg') no-repeat center;
    background-size: 100% 100%;
}

/**
*ͼƬ����
****************************************************************/
.ape-pic-list.nav-pic-list {
    height: 47%;
}

.ape-pic-list.nav-pic-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    color: #fff;
}

.ape-pic-list.nav-pic-list .item .title h3 {
    margin-top: 10px;
    margin-bottom: 8px;
}

.ape-pic-list.nav-pic-list .item .title h3 + h3 {
    font-size: 20px;
}

/**
*support  ֧��
**********************************************************/
.support-view {
    background: transparent;
    margin-bottom: 100px; /* ����ά���ڳ��ط�*/
}

.support-view .banner {
    color: #fff;
}

.support-view .banner .content .description {
    margin-top: 40px;
}

.support-view .panel {
    width: 70%;
}

.support-view .panel-wrapper.self-service-panel-wrapper {
    background: #e6e6e6;
}

.support-view .panel-wrapper.self-service-panel-wrapper .icon img {
    width: 70%;
}

.support-view .panel-wrapper.self-service-panel-wrapper .icon .title {
    font-size: 16px;
    height: initial;
}

.support-view .panel-wrapper .panel {

}

.support-view .panel-wrapper .panel .panel-header > .title {
    margin-left: -18px;
}

.support-view .panel-wrapper .panel .icon-group {
    width: 100%;
}

.support-view .panel-wrapper .panel .qrcode-icon-group .icon-mail:before {
    color: #37bef0;
}

.support-view .panel-wrapper .panel .qrcode-icon-group .icon-wechat:before {
    color: #98C01B;
}

.support-view .panel-wrapper .panel .qrcode-icon-group .icon-weibo:before {
    color: #EA706E;
}

.support-view .panel-wrapper .panel .panel-content {
    padding: 10px 0;
}

.support-view .panel-wrapper.self-service-panel-wrapper .panel .panel-content {
    padding: 40px 0;
}

.support-view .qrcode-icon-group .icon {
    position: relative;
}

.support-view .qrcode-icon-group .icon .qrcode {
    position: absolute;
    top: 100%;
    right: 23%;

    width: 100px;
    height: 100px;

    opacity: 0;
    visibility: hidden;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.support-view .qrcode-icon-group .icon:last-child .qrcode {
    right: 6%;
}

.support-view .qrcode-icon-group .icon:hover .qrcode {
    opacity: 1;
    visibility: visible;
}

.support-view .qrcode-icon-group .icon:hover .qrcode img {
    width: 100px;
}

/*=====================��������==============*/
.hot-qa-container {
    display: flex;
}

.hot-qa-container .qa-col {
    flex: 1;
    border-right: 1px solid #dbdbdb;
    text-align: center;
}

.hot-qa-container .qa-col:first-child {
    text-align: left;
}

.hot-qa-container .qa-col:last-child {
    border-right: none;
    text-align: right;
}

.hot-qa-container .qa-col:last-child ul {
    width: 100px;
    text-align: center;
    display: inline-block;
}

.hot-qa-container .qa-col ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    list-style-type: none;
}

.hot-qa-container .qa-col ul li {
    padding: 2px 0;
    font-size: 12px;
}

.hot-qa-container .qa-col ul li.title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #505050;
}

.hot-qa-container .qa-col ul li a,
.hot-qa-container .qa-col ul li a:visited,
.hot-qa-container .qa-col ul li a:link {
    color: #808080;
}

/**
*����֧��
**************************************************/
.tech-panel {

}

.panel.tech-panel .panel-header > .title {
    width: 14%;
    margin-left: 0 !important;
}

.tech-panel .panel-content .layout-west {
    width: 14%;
    text-align: center;
}

.tech-panel .panel-content .layout-west ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding: 0;
    list-style-type: none;
}

.tech-panel .panel-content .layout-west ul li {
    font-size: 14px;
    padding: 10px 0;
}

.tech-panel .panel-content .layout-west ul li a,
.tech-panel .panel-content .layout-west ul li a:visited,
.tech-panel .panel-content .layout-west ul li a:link {
    color: #646464;
}

.tech-panel .panel-content .layout-west ul li a:hover,
.tech-panel .panel-content .layout-west ul li a:active,
.tech-panel .panel-content .layout-west ul li a.active {
    color: #37bef0;
}

.tech-panel .panel-content .layout-center {
    width: 86%;
    font-size: 12px;
}

.tech-panel .panel-content .layout-center .view-container {
    width: 100%;
    min-height: 30px;

    background: #fff;
    /*border: 1px solid #ddd;*/

    padding: 0 10px;

    margin-bottom: 20px;
}

#powerOn {
    vertical-align: top;
    margin-left: 60%;
    margin-top: -30px;
}

.ape-accordion.has-accordion-icon > .item.active .content .identify {
    background: #37bef0;
}

.item.active .content .identify {
    top: 19px;
}

.ape-accordion.has-accordion-icon > .item.active .content {
    line-height: 1.5;
}

/**
*ours
*********************************************************/
.ours-display-wrapper {
    width: 71.1%;
    margin: 0 auto;
    padding-top: 50px;
}

.ours-display-wrapper > .title {
    color: #37bef0;
    font-weight: bold;
    font-size: 24px;
}

.view.ours-view .banner {
    background-image: url('../img/ours/banner.png');
}

.view.ours-view .banner .title-gowild {
    width: 440px;
}

.view.ours-view .banner {
    color: #fff;
}

.view.ours-view .banner .content .description {
    margin-top: 30px;
}

.gowild-defination {
    width: 100%;
    height: 100%;

    background: url('../img/ours/gowild.png') no-repeat center #e5e5e5;
}

.list-team-view {
    background: #e0e0e0;
}

.list-team .item {
    position: relative;
    min-height: 291px;
    padding: 0 0 0 300px;

    border-bottom: 1px solid #A2A2A2;

    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;

    align-items: center;
    -webkit-align-items: center;
}

.list-team .item img {
    position: absolute;
    vertical-align: middle;
    left: 0;
    top: 0;

    margin-top: 40px;
    width: 200px;
}

.list-team .item > .content {
    vertical-align: middle;
}

.list-team .item > .content .title + .description {
    margin-top: 20px;
}

.list-team .item > .content .description + .tips {
    margin-top: 10px;
}

.list-team .item > .content .title .member-name {
    font-size: 16px;
    font-weight: bold;
    color: #37bef0;
}

.list-team .item > .content .title .member-post {
    font-size: 12px;
}

/**=========CEO===========**/
.ceo-speech-view {
    background: #e0e0e0;
    font-size: 16px;
    height: auto;
    padding: 10px 0 0px 0;
}

.ceo-speech-view .title {
    margin-bottom: 40px;
}

.ceo-speech-view p {
    margin-bottom: 2px;
}

.join-us-wrapper {
    position: relative;
    background: url('../img/ours/join-us-background.png');
    display: flex;

    -webkit-background-size: cover;
    background-size: cover;
}

.join-us-wrapper .article-table-cell {
    text-align: center;
}

.join-us-wrapper .join-us-btn {
    background-color: #fff;
    width: 250px;

    padding: 20px 0;

    border-radius: 30px;

    margin-top: 24%;
    margin-left: 30px;

    font-size: 20px;
}

.join-us-wrapper .join-us-btn:hover {
    background-color: rgb(236, 234, 234);
}

.join-us-wrapper .join-us-btn i {
    font-style: normal;

    background: #37bef0;
    color: #fff;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    width: 24px;
    height: 24px;
    line-height: 24px;

    margin-left: 10px;

    text-align: center;

    display: inline-block;
}

.download-view {
    position: relative;

    display: inline-block;
    width: 49%;
    text-align: center;
    padding-top: 10%;
}

.download-view .mobile-avatar {
    display: inline-block;
    vertical-align: middle;
}

.download-view:first-child .download-wrapper {
    border-right: 1px solid #ccc;
}

.download-view .download-wrapper .download-container {
    display: inline-block;
    padding-left: 40px;
    vertical-align: middle;
    text-align: left;
}

.download-view .download-container .title h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.download-view .download-container .title {
    margin-bottom: 40px;
}

.download-view .download-container .qr-code-container {
    display: inline-block;
}

.download-view .download-container .qr-code-container .qr-code {
    display: none;
}

.download-view .download-container .qr-code-container .qr-code img {
    width: 100px;
}

.download-view .download-container .qr-code-container .qr-code.active {
    display: block;
}

.download-view .download-container .btn-wrapper {
    display: inline-block;
}

.download-view .download-container .btn-wrapper .btn-group {
    width: 120px;
    margin-left: 20px;
}

.download-view .download-container .btn-wrapper .btn-group .btn,
.download-view .download-container .btn-wrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
}

.download-view .download-container .btn-wrapper .btn-group .btn {
    color: #A2A8AA;
}

.download-view .download-container .btn-wrapper .btn-group .btn.icon:before {
    position: absolute;
    left: 10px;
}

.download-view .download-container .btn-wrapper .btn-group .btn.active {
    background-color: #37bef0;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.imax-container {
    background-image: url('../img/imax-banner.png');
    background-color: #e6e6e6;
    z-index: 1000001 !important;
}

.imax-container .video-wrapper {
    padding: 0 10%;
    background: #000;
    width: 100%;
    height: 100%;
}

.imax-container .video-wrapper video {
    width: 100%;
}

/*
 *big events
 ********************************************/
.gowild-events {
    padding-top: 20px;
    margin-top: 20px;
}

.gowild-events .event-details-wrapper {
    width: 90%;
    margin: 0 auto;
}

.gowild-events .event-details-wrapper > .row > .col {
    vertical-align: top;
}

/**
*news view
**********************************************/
/**
*news view
*******************************************/
.news-view {
    height: 330px;
}

.news-view .banner {
    background-image: none;
    background-color: #323232;
    height: 330px;
}

.news-view .banner img {
    margin-left: 60%;
}

/*�����б�ҳ������*/
.news-main-view {

}

.tab-header {

}

.tab-header ul {
    -webkit-padding-start: 0;
    padding: 0;

    list-style-type: none;
    font-size: 0;
}

.tab-header ul li {
    display: inline-block;

    font-size: 18px;
    padding: 0 10px;
}

.tab-header ul li:first-child {
    padding-left: 0;
}

.tab-header ul li:last-child {
    padding-right: 0;
}

.tab-header ul li a,
.tab-header ul li a:hover,
.tab-header ul li a:visited {
    color: rgb(120, 120, 120);
}

.tab-header ul li.active a,
.tab-header ul li a.active {
    color: #37bef0;
}

.news-main-view .layout .layout-east {
    background: #fff;
}

.news-main-view .layout .layout-center {
    width: 68%;
    margin-right: 2%;
}

.news-main-view .layout .layout-east {
    width: 30%;
    padding: 30px 14px;
}

.list-news {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 46px;
}

.list-news .item {
    position: relative;
    padding-bottom: 30px;

    margin-top: 40px;

    display: block;
    color: rgb(120, 120, 120);

    border-bottom: 1px solid #d7d7d7;
}

.list-news .item .icon-share {
    position: relative;
}

.list-news .item .icon-share .social-sharer {
    position: absolute;
    display: none;
}

.list-news .item .icon-share .social-sharer .icon:hover {
    color: #37b3f0;
}

.list-news .item .icon-share:hover .social-sharer {
    display: block;
    background: rgba(68, 109, 119, 0.8);
    border-radius: 6px;
}

.list-news .item:first-child {
    margin-top: 0;
}

.list-news .item:last-child {
    border-bottom: none;
}

.list-news .title {
    font-weight: bold;
}

.list-news a.title,
.list-news .title a {
    color: rgb(120, 120, 120);
}

.list-news .title .category {
    float: right;
    font-size: 80%;
    padding: 2px;
}

.tag-wrapper {
    padding: 4px 16px;
    background: #ebebeb;
}

.tag-wrapper .tag-group {
    display: inline-block;
}

.tag-wrapper .tag-group.left {

}

.tag-wrapper .tag-group.right {
    position: absolute;
    right: 0;
}

.tag-wrapper .tag-group .tag {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}

.tag-wrapper .tag-group .tag:before {
    font-size: 20px;
    vertical-align: middle;
}

.tag-wrapper .tag-group .tag:last-child {
    margin-right: 0;
}

.tag-wrapper .tag-group.right .tag:last-child {
    margin-right: 20px;
}

.list-news .item > .image-wrapper {
    width: 100%;
    height: 280px;
    margin-top: 24px;
}

.list-news .item > .preview {
    margin-top: 18px;
}

.list-news .item > .image-wrapper img {
    width: 100%;
    height: 100%;
}

.list-news .item .preview {
    font-size: 12px;
    -ms-word-break: break-all;
    word-break: break-all;
}

.list-news .item .preview img {
    max-width: 100% !important;
}

.list-news .item .more {
    position: absolute;
    right: 8px;
    color: #37bef0;
    font-weight: bold;
}

.list-news-recommend img {
    width: 100px !important;
    height: 100px !important;
    margin-top: 10px;
}

.list-news-recommend .item-content {
    padding-left: 10px;
}

#listRecommend.fixed {
    position: fixed;
    top: 10px;
    width: 288px;
}

.pagination-wrapper {
    text-align: center;
}

.main-view-box {
    background: #fff;
    padding: 35px;
}

/**video banner*/
.video-swiper-wrapper {
    height: 52%;
}

.video-swiper-wrapper .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.video-swiper-wrapper .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    font-size: 40px;

    color: #37bef0;
}

.video-swiper-wrapper .icon-play:hover {
    color: #fff;
}

.list-video {
    list-style-type: none;

    -webkit-padding-start: 0;
    padding: 0;
}

.list-video li {
    width: 48%;
    margin-right: 3%;

    padding-bottom: 36px;

    position: relative;
    display: inline-block;
}

.list-video li:nth-child(2n) {
    margin-right: 0;
}

.list-video li a {
    display: block;
    color: rgb(120, 120, 120);
    cursor: pointer;
}

.list-video li .image-wrapper {
    position: relative;
    width: 430px;
    height: 243px;

    display: block;
    overflow: hidden;
}

.list-video li .image-wrapper img {
    width: 100%;
    height: 100%;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.list-video li:hover .image-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.list-video li .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;

    z-index: 10;

    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;

    color: #fff;

    opacity: 0;
}

.list-video li:hover .icon-play {
    opacity: 1;
}

.list-video li .title {
    margin-top: 10px;
    font-size: 16px;
}

/**
*��������
***********************************************/
.store-view .banner {
    background-image: url('../img/where-to-buy/banner.png');
}

.partner-panel {
    padding-top: 35px;
    padding-bottom: 40px;
}

.partner-panel .lin table tr {
    display: block;
    margin-top: 15px;
}

.partner-panel .lin table tr .tupiao {
    color: #02dafa;
    font-size: 14px;
    font-weight: 100;
    width: 35px;
    text-align: center;
}

.partner-panel .lin table tr .col2 {
    padding-right: 8px;
    text-align: justify;
}

.partner-panel .lin table tr td {
    color: #323232;
    font-size: 14px;
    font-weight: 600;
}

.partner-panel .lin table tr td a {
    color: #323232;
}

.partner-panel .lin {
    display: inline-block;
    vertical-align: top;
}

.partner-panel .linkman1 {
    width: 50%;
}

.partner-panel .linkman2 {

}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.partner-panel .tab-header li {
    font-size: 14px;
}

/**
*��ҳ��������
*************************************/
.list-buy-channel {

}

.list-buy-channel .item {
    position: relative;
    display: inline-block;
    text-align: center;

    width: 31%;
    margin-right: 3%;
}

.list-buy-channel .item:last-child {
    margin-right: 0;
}

.list-buy-channel .item .btn {
    margin-top: 10px;
    width: 180px;
    border-radius: 35px;
}

.list-buy-channel .item .btn .glyphicon {
    font-size: 12px;
}

@-webkit-keyframes Swing {
    from {
        -webkit-transform: translate(0, 0) scale(1);
    }
    to {
        -webkit-transform: translate(80%, 0) scale(1.2);
    }
}

@-moz-keyframes Swing {
    from {
        -moz-transform: translate(0, 0) scale(1);
    }
    to {
        -moz-transform: translate(80%, 0) scale(1.2);
    }
}

@-ms-keyframes Swing {
    from {
        -ms-transform: translate(0, 0) scale(1);
    }
    to {
        -ms-transform: translate(80%, 0) scale(1.2);
    }
}

@-o-keyframes Swing {
    from {
        -o-transform: translate(0, 0) scale(1);
    }
    to {
        -o-transform: translate(80%, 0) scale(1.2);
    }
}

@keyframes Swing {
    from {
        transform: translate(0, 0) scale(1);
    }
    to {
        transform: translate(80%, 0);
    }
}

.list-buy-channel .item:hover .btn .glyphicon {
    -webkit-animation: Swing 1s;
    -o-animation: Swing 1s;
    animation: Swing 1s;

    animation-iteration-count: infinite;
}

/**
*btn ��С
*******************************/
.partner-panel .btn {
    min-width: 140px;
    border-radius: 0;
}

#storeMap {
    width: 640px;
    height: 480px;
    display: inline-block;

    border: 10px solid #fff;
}

.stores-wrapper {
    display: inline-block;
    width: 260px;
    min-height: 200px;

    vertical-align: top;
    float: right;
}

.list-store .store-item {
    font-size: 12px;
    padding: 4px 10px;
    cursor: pointer;
}

.list-store .store-item:hover {
    background: #ebebeb;
}

.list-store .store-item .title {
    font-size: 16px;
    font-weight: bold;
    margin: 6px 0;
}

.list-store .store-item .title i {
    display: inline-block;

    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 100%;

    font-style: normal;
    font-size: 14px;

    background: #37bef0;
    color: #fff;
}

.list-store .store-item p {
    margin-bottom: 2px;
}

.list-store .store-item .row {
    margin: 5px 0;
    padding: 0;
}

.list-store .store-item .col-lg-1, .list-store .store-item .col-lg-2,
.list-store .store-item .col-lg-3, .list-store .store-item .col-lg-4,
.list-store .store-item .col-lg-5, .list-store .store-item .col-lg-6,
.list-store .store-item .col-lg-7, .list-store .store-item .col-lg-8,
.list-store .store-item .col-lg-9, .list-store .store-item .col-lg-10,
.list-store .store-item .col-lg-11, .list-store .store-item .col-lg-12 {
    margin: 0;
    padding: 0 4px 0 0;
}

.list-store .store-item .col-lg-1:last-child, .list-store .store-item .col-lg-2:last-child,
.list-store .store-item .col-lg-3:last-child, .list-store .store-item .col-lg-4:last-child,
.list-store .store-item .col-lg-5:last-child, .list-store .store-item .col-lg-6:last-child,
.list-store .store-item .col-lg-7:last-child, .list-store .store-item .col-lg-8:last-child,
.list-store .store-item .col-lg-9:last-child, .list-store .store-item .col-lg-10:last-child,
.list-store .store-item .col-lg-11:last-child, .list-store .store-item .col-lg-12:last-child {
    padding-right: 0;
}

.list-store .store-item input {
    width: 100%;
    min-width: 100%;
    border: none;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 12px;
}

.list-store .store-item input:focus {
    outline: 0;
}

.list-store .store-item button {
    width: 100%;
    min-width: 100%;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}

.list-store .store-item img {
    width: 100%;
    min-width: 100%;
    height: 29px;
}

.stores-wrapper .pagination li > a {
    padding: 0 4px;
}

.plus-view {
    width: 100%;
    min-height: 100%;
}

.plus-view .banner-wrapper .content {
    margin-top: -17%;
    margin-left: 10%;
}

.plus-view img {
    width: 100%;
}

.view.plus-view .title {
    position: absolute;
    left: 16%;
    top: 50%;
}

.view.plus-view .title .btn-group {
    border-color: #B5B5B5;
}

/**
*首页  plus  跳动图标
*********************************************/
.plus-game-container {
    position: absolute;
    width: 100%;
    height: 92%;
    margin-top: 8%;
}

.plus-game-container .function-item {
    position: absolute;
    font-size: 18px;
}

@keyframes circleWave {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.6);
        opacity: 0;
    }
}

@-webkit-keyframes circleWave {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.6);
        opacity: 0;
    }
}

.plus-game-container .function-item .game-icon {
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    display: inline-block;

    vertical-align: middle;
    text-align: center;

    opacity: 0;
}

.plus-game-container .function-item .game-icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -46%);
    -moz-transform: translate(-50%, -46%);
    -ms-transform: translate(-50%, -46%);
    -o-transform: translate(-50%, -46%);
    transform: translate(-50%, -46%);

    background: #fff no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    border-radius: 100%;
    z-index: 10;

    width: 44px;
    height: 44px;
    display: inline-block;
    content: ' ';
}

/**动画光晕*/
.plus-game-container .function-item .game-icon:after {
    width: 44px;
    height: 44px;
    display: inline-block;
    content: ' ';

    background-color: rgba(255, 255, 255, .6);

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    vertical-align: middle;
    -webkit-animation: circleWave 1s infinite linear;
    animation: circleWave 1s infinite linear;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item .game-icon {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -ms-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;

    opacity: 1;
}

.plus-game-container .function-item .game-text {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    display: inline-block;
    opacity: 0;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item .game-text {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/**图标延时出现
***************************************************/
.swiper-slide.swiper-slide-active .plus-game-container .function-item.tv .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.tv .game-icon {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item.light .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.light .game-icon {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item.audio .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.audio .game-icon {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item.curtain .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.curtain .game-icon {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item.ai .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.ai .game-icon {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item.air-condition .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.air-condition .game-icon {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.8s;
}

.swiper-slide.swiper-slide-active .plus-game-container .function-item.conversation .game-text,
.swiper-slide.swiper-slide-active .plus-game-container .function-item.conversation .game-icon {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

/**设置位置和图片
***********************************/
.plus-game-container .function-item.tv {
    top: 28%;
    left: 9%;
}

.plus-game-container .function-item.tv .game-icon:before {
    background-image: url('../img/plus/tv.png');
}

.plus-game-container .function-item.light {
    left: 20%;
}

.plus-game-container .function-item.light .game-icon:before {
    background-image: url('../img/plus/light.png');
}

.plus-game-container .function-item.audio {
    left: 20%;
    bottom: 34%;
}

.plus-game-container .function-item.audio .game-icon:before {
    background-image: url('../img/plus/audio.png');
}

.plus-game-container .function-item.curtain {
    top: 9%;
    left: 41.7%;
}

.plus-game-container .function-item.curtain .game-icon:before {
    background-image: url('../img/plus/curtain.png');
}

.plus-game-container .function-item.ai {
    left: 37%;
    top: 36%;
}

.plus-game-container .function-item.ai .game-icon:before {
    background-image: url('../img/plus/ai.png');
}

.plus-game-container .function-item.air-condition {
    top: -3%;
    right: 27%;
}

.plus-game-container .function-item.air-condition .game-icon:before {
    background-image: url('../img/plus/air-condition.png');
}

.plus-game-container .function-item.conversation {
    top: 26%;
    right: 19%;
}

.plus-game-container .function-item.conversation .game-icon:before {
    background-image: url('../img/plus/conversation.png');
}

.letter-wrapper {
    background-image: url('../img/index/pcaddr.jpg');
}

@media screen and (min-width: 1600px) {
    .letter-wrapper {
        background-image: url('../img/index/pcaddr.jpg');
    }
}

