body {
    font: normal 16px/30px Microsoft YaHei, Arial;
    /*overflow-x: hidden;*/
    color: #666;
    background: #fff;
    /*min-width: 1240px;*/
    margin: 0;
    padding: 0;
    text-align: left;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    color: #fff;
    background: #04c8c7
}

::-moz-selection {
    color: #fff;
    background: #04c8c7
}

dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
img,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

dl,
label,
li,
ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    outline: none
}

textarea {
    resize: none
}

/*img {*/
/*    vertical-align: top;*/
/*    -ms-interpolation-mode: bicubic;*/
/*    -image-rendering: optimizeQuality;*/
/*    image-redering: pixelated*/
/*}*/

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    width: 100%
}

.hidden {
    display: none
}

a {
    color: #222;
    text-decoration: none;
    background-color: transparent
}

a:focus,
a:hover {
    color: #04c8c7;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    color: #04c8c7
}

b,
strong {
    font-weight: 700
}

h1 {
    font: 700 36px/68px Microsoft Yahei
}

h1,
h2 {
    color: #222
}

h2 {
    font: 700 22px/40px Microsoft Yahei
}

h3 {
    font: 700 20px/36px Microsoft Yahei;
    font-weight: 400;
}

h3,
h4 {
    color: #222
}

h4 {
    font: 700 18px/30px Microsoft Yahei
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #04c8c7
}

div,
p {
    text-overflow: ellipsis
}

p {
    text-align: justify
}

.imgtrans {
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s
}

.imgtrans:hover {
    transform: scale(1.1)
}

.topbox {
    width: 100%;
    height: 80px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.header {
    width: 1240px;
    height: 80px;
    margin: 0 auto
}

.logo {
    width: 230px;
    height: 40px;
    float: left;
    margin: 25px 0 0 0;
}

.logo img:hover {
    transform: none
}

.nav-box {
    width: calc(100% - 230px);
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.nav-box a {
    width: 75px;
    text-align: center;
    font: normal 18px/40px Microsoft Yahei;
    line-height: 70px;
    border-bottom: 5px solid #000
}

.nav-box a,
.nav-box a.hover {
    color: #fff;
    border-top: 5px solid #000
}

.nav-box a.hover,
.nav-box a:hover {
    border-bottom: 5px solid #fff
}

.nav-box a:hover {
    border-top: 5px solid #000;
    color: #fff
}

.banner {
    width: 100%;
    height: 600px;
    position: relative;
    margin-top: 80px
}

.index_service {
    width: 100%;
    min-width: 1240px;
    height: 800px;
    background-color: #000000;
    overflow: hidden;
}

.index_service_title {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    margin-top: 90px;
    height: 60px;
    font-weight: 400;
}

.index_service_content {
    width: 1240px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.index_service_content a {
    width: 50%;
}

.index_service_box {
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}

.index_service_icon {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto 0;
}

.index_service_right {
    width: calc(100% - 140px);
    margin-left: 40px;
}

.index_service_name {
    padding-right: 20px;
    background-image: url(/frontend/images/v3/icon.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: center right;
    font-size: 30px;
    color: #999999;
    line-height: 40px;
    font-weight: 400;
}

.index_service_introduce {
    font-size: 18px;
    line-height: 32px;
    color: #999999;
    margin-top: 10px;
    display: block;
    font-style: normal;
}

.box-ind {
    width: 100%;
    min-width: 1240px;
    height: 1020px;
}

.box-ind h2 {
    font: normal 60px Microsoft Yahei;
    color: #222;
    padding: 10px 0 0;
    text-align: center;
    margin-bottom: 40px;
}

.index_saas_img {
    width: 1240px;
    height: 310px;
    margin: 30px auto;
    display: flex;
}

.index_saas_img strong {
    width: 310px;
    height: 60px;
    margin-top: 125px;
    display: block;
    font-size: 42px;
    margin-left: 310px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
}

.index_superiority {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.superiorityBox {
    width: 126px;
    height: 126px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 37px;
}

.SaaS_down {
    width: 1240px;
    height: 311px;
    display: block;
    margin: 85px auto;
}

.standard_p_one {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standard_p_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

strong {
    font-weight: 400;
}

em {
    font-style: normal;
}

.cases_content {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

.cases_tags {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.cases_tag {
    width: 160px;
}

.cases_tag strong {
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 42px;
    display: block;
}

.cases_tag_true strong {
    color: #ffffff;
}

.cases_tag_icon {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
}

.cases_tag_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-between;
}

.cases_tag_hide {
    position: relative;
    left: -100vw;
    height: 0;
    width: 0;
    margin: 0;
}

.cases_tag_box {
    width: 600px;
    margin-bottom: 60px;
}

.cases_tag_cover {
    width: 600px;
    height: 300px;
    display: block;
    border-radius: 20px;
}

.cases_tag_bottom {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

.cases_tag_title {
    width: 500px;
    font-size: 18px;
    color: #999999;
    line-height: 24px;
}

.cases_tag_classify {
    width: 100px;
    text-align: right;
    font-size: 18px;
    color: #999999;
    line-height: 24px;
}

.cases_logos {
    width: 1240px;
    display: block;
    margin: 0 auto 50px auto;
}

.cases_directory {
    font-size: 60px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    margin: 50px 0;
}

.box-ind p {
    font: normal 14px/24px Microsoft Yahei;
    color: #999;
    text-align: center;
    margin-bottom: 30px
}

.box-ind .ico-ul {
    width: 486px;
    height: 110px;
    margin: 0 auto
}

.box-ind .ico-ul li {
    float: left;
    width: 162px;
    height: 110px;
    font: normal 14px/24px Microsoft Yahei;
    color: #999;
    text-align: center
}

.box-ind .ico-ul li img {
    margin: 0 50px 10px;
    width: 62px;
    height: 62px
}

.box-ind h3 {
    font: normal 36px/110px Microsoft Yahei;
    color: #999;
    text-align: center;
    margin-bottom: 10px
}

.box-ind .pic-ul {
    width: 1320px;
    margin: 0 auto
}

.box-ind .pic-ul li {
    float: left;
    width: 300px;
    height: 200px;
    font: normal 18px/50px Microsoft Yahei;
    color: #999;
    text-align: center;
    margin: 0 40px 0 0;
    margin: 0 30px 0 0\0
}

.box-ind .pic-ul li img {
    width: 100%;
    margin-bottom: 6px
}

.box-ind .pic-ul li:nth-child(4) {
    margin: 0
}

.box-ind .pic-ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.box-xmgc {
    width: 100%;
    height: 600px;
    background: url(../images/pic-cen.jpg) no-repeat 50%;
    background-size: cover;
    position: relative
}

.box-xmgc .xmbox {
    width: 940px;
    height: 180px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -470px
}

.box-xmgc .xmbox .xmtop {
    width: 100%;
    height: 120px;
    color: #222;
    text-align: center;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .9);
    background: #fff;
    margin-bottom: 20px
}

.box-xmgc .xmbox .xmtop h2 {
    font: normal 36px/70px Microsoft Yahei;
    padding-top: 6px
}

.box-xmgc .xmbox .xmtop p {
    font: normal 14px/20px Microsoft Yahei;
    text-align: center
}

.box-xmgc .xmbox .xmlist {
    width: 100%;
    height: 34px
}

.box-xmgc .xmbox .xmlist li {
    float: left;
    width: 100px;
    height: 34px;
    font: normal 14px/34px Microsoft Yahei;
    text-align: center;
    color: #222;
    background: #fff;
    border-radius: 15px;
    margin: 0 20px 0 0;
}

.box-xmgc .xmbox .xmlist li:nth-child(8) {
    margin: 0
}

.box-fw {
    height: 620px
}

.box-fw h2 {
    padding-bottom: 20px
}

.box-fw .ico-ul {
    margin-bottom: 20px
}

.box-fw p {
    margin-bottom: 40px
}

.box-hhr {
    width: 100%;
    height: 600px;
    background: url(../images/pic-btm.jpg) no-repeat 50%;
    background-size: cover;
    position: relative
}

.box-hhr .xl-ul {
    width: 1320px;
    height: 190px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -660px
}

.box-hhr .xl-ul li {
    float: left;
    width: 345px;
    height: 190px;
    font: normal 18px/50px Microsoft Yahei;
    color: #999;
    text-align: center;
    margin: 0 60px 0 35px;
    margin: 0 45px 0 35px\0;
    background: #fff;
    border-radius: 15px;
    position: relative
}

.box-hhr .xl-ul li .xulie {
    position: absolute;
    left: -35px;
    top: 20px;
    width: 70px;
    height: 70px;
    background: #f60;
    font: normal 30px/70px Microsoft Yahei;
    color: #fff;
    text-align: center;
    border-radius: 50%
}

.box-hhr .xl-ul li h3 {
    font: normal 18px/30px Microsoft Yahei;
    color: #333;
    padding: 15px 25px 5px 55px;
    text-align: left
}

.box-hhr .xl-ul li p {
    font: normal 14px/24px Microsoft Yahei;
    color: #999;
    padding: 0 25px 0 55px
}

.box-hhr .xl-ul li:first-child {
    margin: 0 60px 0 65px
}

.box-hhr .xl-ul li:nth-child(3) {
    margin: 0 30px 0 35px
}

.box-hhr .xl-ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.box-hzhb {
    width: 1320px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden
}

.box-hzhb h2 {
    font: normal 36px/110px Microsoft Yahei;
    color: #222;
    padding: 20px 0;
    text-align: center
}

.box-hzhb .hez-ul {
    width: 1320px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden
}

.box-hzhb .hez-ul li {
    float: left;
    height: 80px;
    text-align: center;
    padding: 0 30px;
    overflow: hidden
}

.box-hzhb .hez-ul li img {
    text-align: center
}

.box-ind .btn-ul {
    width: 520px;
    height: 82px;
    margin: 0 auto
}

.box-ind .btn-ul button.left {
    margin: 0 20px 0 0
}

.box-ind .btn-ul button.left,
.box-ind .btn-ul button.right {
    padding: 0;
    float: left;
    width: 250px;
    height: 62px;
    font: normal 18px/60px Microsoft Yahei;
    color: #fff;
    text-align: center;
    background: #00a0e9;
    border-radius: 10px;
    border: none;
    cursor: pointer
}

.box-sypt {
    width: 100%;
    height: 600px;
    background: url(../images/banner02-cen.png) no-repeat 50%;
    background-size: cover;
    position: relative
}

.box-sypt-sp {
    background: url(../images/banner02-cen-sp.jpg) no-repeat 50%
}

.box-sypt-tp {
    background: url(../images/banner02-cen-tp.png) no-repeat 50%
}

.box-sypt .icobox {
    width: 1320px;
    height: 144px;
    position: absolute;
    bottom: 220px;
    left: 50%;
    margin-left: -660px;
    transition: width .2s;
    -moz-transition: width .2s;
    -webkit-transition: width .2s;
    -o-transition: width .2s;
    cursor: pointer
}

.box-sypt .icobox li {
    float: left;
    width: 120px;
    height: 120px;
    margin: 12px 76px 0 0;
    background: #000;
    border-radius: 50%;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    cursor: pointer
}

.box-sypt .icobox li:nth-child(4) {
    float: left;
    width: 144px;
    height: 144px;
    margin: 0 76px 0 0;
    background: #ff3e94;
    border-radius: 50%
}

.box-sypt .icobox li:nth-child(7) {
    margin: 12px 0 0
}

.box-sypt .icobox li img {
    margin: 28px 0 0 28px
}

.box-sypt .icobox li:nth-child(4) img {
    margin: 37px 0 0 37px
}

.box-sypt .icobox li:hover {
    transform: scale(1.2)
}

.box-sypt .zfwbox {
    width: 800px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -400px;
    background: #fff;
    border-radius: 20px 20px 0 0
}

.box-sypt .zfwbox h2 {
    font: normal 48px/90px Microsoft Yahei;
    color: #222;
    text-align: center;
    padding-top: 10px
}

.box-sypt .zfwbox p {
    font: normal 14px/30px Microsoft Yahei;
    color: #222;
    text-align: center
}

.box-xmtop {
    width: 940px;
    height: 185px;
    margin: 0 auto;
    padding-top: 50px
}

.box-xmtop li {
    float: left;
    width: 100px;
    height: 135px;
    font: normal 14px/30px Microsoft Yahei;
    color: #222;
    text-align: center;
    margin: 0 20px 0 0
}

.box-xmtop li img {
    margin-bottom: 5px
}

.box-xmtop li:nth-child(8) {
    margin: 0
}

.box-xmanli {
    width: 1320px;
    margin: 0 auto;
    padding-top: 40px
}

.box-xmanli h2 {
    font: normal 48px/60px Microsoft Yahei;
    color: #222;
    text-align: center;
    margin-bottom: 60px
}

.box-xmanli li {
    float: left;
    width: 610px;
    height: 400px;
    font: normal 14px/30px Microsoft Yahei;
    color: #222;
    text-align: center;
    margin: 0 100px 0 0
}

.box-xmanli li a {
    display: inline-block;
    overflow: hidden
}

.box-xmanli li a img {
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s
}

.box-xmanli li img {
    width: 100%;
    margin-bottom: 10px
}

.box-xmanli li h3 {
    font: normal 36px/50px Microsoft Yahei;
    color: #222;
    text-align: left;
    margin-bottom: 10px
}

.box-xmanli li p {
    font: normal 14px/24px Microsoft Yahei;
    color: #999;
    text-align: left
}

.box-xmanli li:nth-child(2n) {
    margin: 0
}

.box-xmanli:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.box-xmfan {
    width: 1320px;
    margin: 0 auto;
    padding: 40px 0
}

.box-xmfan h2 {
    font: normal 48px/60px Microsoft Yahei;
    color: #222;
    text-align: center;
    margin-bottom: 60px
}

.box-xmfan li {
    float: left;
    width: 300px;
    height: 250px;
    font: normal 18px/36px Microsoft Yahei;
    color: #999;
    text-align: center;
    margin: 0 40px 0 0
}

.box-xmfan li img {
    width: 100%;
    margin-bottom: 10px
}

.box-xmfan li:nth-child(4n) {
    margin: 0
}

.box-xmfan:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.fwtx-ico-ul {
    width: 100%;
    height: 110px;
    margin: 100px 0 0 0;
    display: flex;
    justify-content: center;
}

.fwtx-ico-ul li {
    width: 162px;
    height: 110px;
    font: normal 14px/24px Microsoft Yahei;
    color: #999;
    text-align: center;
}

.fwtx-ico-ul li img {
    margin: 0 50px 10px;
    width: 62px;
    height: 62px
}

.service_living_cover {
    width: 100%;
    max-width: 1920px;
    min-width: 1240px;
    display: block;
    margin: 0 auto;
    height: 600px;
    object-fit: cover;
}

.service_living_workflow {
    width: 100%;
    min-width: 1240px;
    height: 940px;
    background-color: #000000;
    overflow: hidden;
}

.service_living_title1 {
    font-size: 60px;
    text-align: center;
    color: #ffffff;
    margin: 110px 0 30px 0;
    font-weight: 400;
}

.service_living_title1 span {
    color: #ff3e94;
}

.service_living_subtitle {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #999999;
}

.service_living_workflowImg {
    width: 1232px;
    height: 608px;
    display: block;
    margin: 70px auto 0 auto;
}

.living_workflow {
    width: 1240px;
    height: 700px;
    display: flex;
    margin: 0 auto;
    background-image: url(../images/v3/living_workflow_bj.png);
    background-repeat: no-repeat;
    background-size: 695px 588px;
    background-position: 264px 60px;
    overflow: hidden;
    color: #999999;
    font-size: 18px;
}

.living_workflow img {
    width: 120px;
}

.living_workflow_left {
    width: 264px;
    margin-top: 40px;
}

.workflow_leftBox {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.workflow_leftBox p {
    width: 110px;
    margin: auto 0;
    text-align: right;
    margin-right: 15px;
}

.living_workflow_middle {
    width: 576px;
    display: flex;
    justify-content: space-between;
    margin: 296px 60px auto 60px;
}

.workflow_middleBox {
    width: 120px;
}

.workflow_middleBox p {
    text-align: center;
    margin-top: 15px;
}

.living_workflow_right {
    width: 280px;
    margin-top: 60px;
}

.workflow_rightBox {
    width: 100%;
    display: flex;
    margin-bottom: 115px;
}

.workflow_rightBox img {
    display: block;
    margin: 0 20px;
}

.workflow_rightBox p {
    margin: auto 0;
}

.service_living_title2 {
    font-size: 60px;
    height: 60px;
    text-align: center;
    margin: 110px 0 30px 0;
    font-weight: 400;
}

.service_living_appliances {
    width: 1240px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.service_living_appliance {
    width: 50%;
    display: flex;
    margin-bottom: 30px;
}

.living_appliance_left {
    width: 210px;
}

.living_appliance_cover {
    width: 200px;
    height: 200px;
    display: block;
    margin: 5px;
}

.living_appliance_btn {
    width: 110px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 3px;
    margin: 20px auto;
}

.living_appliance_right {
    width: 360px;
    margin: 10px 0 auto 50px;
}

.living_appliance_name {
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 42px;
}

.service_terrace_table {
    width: 1240px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.terrace_table_box {
    width: 600px;
}

.terrace_table_tr5 {
    border-left: 1px solid #333333;
    width: 100%;
    display: flex;
    height: 290px;
    margin-bottom: 40px;
}

.terrace_table_tr4 {
    border-left: 1px solid #333333;
    width: 100%;
    display: flex;
    height: 230px;
}

.terrace_table_tr7 {
    border-left: 1px solid #333333;
    width: 100%;
    display: flex;
    height: 410px;
    margin-bottom: 40px;
}

.terrace_table_tr2 {
    border-left: 1px solid #333333;
    width: 100%;
    display: flex;
    height: 110px;
    margin-bottom: 40px;
}

.terrace_table_tr3 {
    border-left: 1px solid #333333;
    width: 100%;
    display: flex;
    height: 170px;
    margin-bottom: 40px;
}

.terrace_table_tr9 {
    border-left: 1px solid #333333;
    width: 100%;
    display: flex;
    height: 530px;
    margin-bottom: 40px;
}

.terrace_table_title {
    width: 150px;
    font-size: 24px;
    line-height: 42px;
    color: #999999;
    text-align: center;
    margin: auto 0;
    white-space: pre-line;
}

.terrace_table_texts {
    width: 415px;
    height: 100%;
    margin-left: auto;
    overflow-y: hidden;
}

.terrace_table_text {
    width: 100%;
    height: 50px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 48px;
    box-sizing: border-box;
    color: #999999;
    font-size: 24px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.terrace_framework {
    width: 594px;
    height: 556px;
    background: url(../images/v3/terrace_framework.png) no-repeat;
    margin: 50px auto;
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #000;
}

.terrace_framework_bottom p {
    text-align: center;
}

.terrace_framework_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.terrace_framework_text p {
    width: 290px;
}

.terrace_framework_left {
    text-align: right;
}

.terrace_framework_firstP {
    margin-top: 80px;
}

.terrace_framework_bottom {
    width: 100%;
    display: flex;
    margin-top: 210px;
    justify-content: space-between;
}

.terrace_framework_bottom p {
    width: 260px;
}

.terrace_framework_content {
    width: 100%;
    min-width: 1240px;
    background-color: #000000;
    overflow: hidden;
    padding-bottom: 80px;
}

.service_head {
    width: 100%;
    min-width: 1240px;
    background-color: #111111;
    overflow: hidden;
    padding-bottom: 50px;
}

.fwtx-ico-ul strong {
    color: #999999;
}

.modeling_cases {
    width: 1240px;
    display: flex;
    margin: 60px auto 30px auto;
    justify-content: space-between;
}

.modeling_cases_box {
    width: 600px;
}

.modeling_cases_name {
    font-size: 60px;
    height: 112px;
    line-height: 112px;
    color: #ffffff;
    font-weight: 400;
}

.modeling_cases_cover {
    width: 600px;
    height: 400px;
    display: block;
    margin: 30px 0;
    border-radius: 20px;
}

.service_modeling_subtitle {
    width: 100%;
    line-height: 52px;
    height: 52px;
    display: block;
    text-align: center;
    font-size: 36px;
    color: #000;
}

.service_modeling_introduce {
    width: 1240px;
    height: 450px;
    background-size: 1240px 450px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.service_modeling_introduce em {
    width: 220px;
    display: block;
    font-size: 30px;
    color: #999999;
    text-align: center;
    margin-top: 370px;
}

.roam_workflow {
    width: 1240px;
    height: 120px;
    background: url(../images/v3/roam_workflow_bj.png) no-repeat;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}

.roam_workflow em {
    display: block;
    width: 120px;
    margin: auto 0;
    text-align: center;
    font-size: 24px;
}

.service_roam_service {
    width: 1240px;
    height: 372px;
    margin: 80px auto;
    overflow: hidden;
}

.service_roam_service em {
    display: block;
    width: 225px;
    height: 76px;
    text-align: center;
    color: #000000;
    line-height: 76px;
    font-size: 36px;
    margin: 0 0 auto 935px;
}

.video_workflow {
    width: 1125px;
    height: 310px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    background: url(../images/v3/video_workflow_bj.png) no-repeat;
    background-size: 1016px 310px;
    background-position: center top;
}

.video_workflow em {
    display: block;
    width: 225px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
}

.service_video_service {
    width: 1240px;
    height: 372px;
    margin: 80px auto;
    overflow: hidden;
}

.service_video_service em {
    display: block;
    width: 225px;
    height: 76px;
    text-align: center;
    color: #ffffff;
    line-height: 76px;
    font-size: 36px;
    margin-left: 80px;
}

.hosvr_btn {
    width: 250px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #00a0e9;
    line-height: 60px;
    border-radius: 10px;
    margin: 40px auto;
}

.hosvr_services_tags {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.hosvr_services_tag {
    width: 102px;
    margin: 0 60px;
}

.hosvr_tag_cover {
    width: 102px;
    height: 102px;
    display: block;
    margin: 10px 0;
}

.hosvr_tag_name {
    text-align: center;
    color: #999999;
    font-size: 18px;
}

.hosvr_content {
    width: 100%;
    background-color: #000000;
    overflow: hidden;
}

.hosvr_content_cover {
    width: 100%;
    max-width: 1920px;
    height: 600px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.service_hosvr_subtitle {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    margin: 30px 0 50px 0;
}

.service_hosvr_traitBox {
    width: 1240px;
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.service_hosvr_traitBox2 {
    width: 1240px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.service_hosvr_trait {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background-color: #ff3e94;
    border-radius: 50%;
    line-height: 100px;
    margin: 0 20px;
}

.service_hosvr_attention {
    width: 1240px;
    margin: 80px auto;
    display: flex;
}

.hosvr_attention {
    width: 600px;
    margin-right: 20px;
    font-size: 18px;
    color: #999999;
}

.service_hosvr_trait2 {
    width: 110px;
    height: 121px;
    background: url(../images/sypt-libg.png) no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin: 0 15px;
    line-height: 121px;
}

.service_hosvr_trait3 {
    width: 100px;
    height: 100px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    background-color: #ffc600;
    border-radius: 10px;
    line-height: 100px;
}

.hosvr_roam_workflow {
    width: 820px;
    margin: 70px auto 80px auto;
    border-top: 2px solid #ffc600;
    position: relative;
    display: flex;
}

.hosvr_roam_workflow_lump {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #ffc600;
    margin: -12px auto 0 auto;
}

.hosvr_roam_workflowBox1 {
    width: 130px;
}

.hosvr_roam_workflowBox2 {
    width: 200px;
}

.hosvr_roam_workflowBox3 {
    width: 150px;
}

.hosvr_roam_workflowBox4 {
    width: 220px;
}

.hosvr_roam_workflowBox5 {
    width: 120px;
}

.hosvr_roam_workflow p {
    text-align: center;
    color: #999999;
    font-size: 18px;
}

.hosvr_roam_workflowBox2 p,
.hosvr_roam_workflowBox4 p {
    margin-top: 26px;
}

.saas_head {
    max-width: 1920px;
    min-width: 1240px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background-color: #fff100;
    color: #000000;
    overflow: hidden;
}

.saas_head strong {
    display: block;
    width: 100%;
    text-align: center;
}

.saas_head_declaration {
    font-size: 60px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-top: 75px;
}

.saas_head_logo {
    display: block;
    margin: 25px auto 0 auto;
}

.saas_head_title {
    font-size: 48px;
    margin-top: 20px;
}

.saas_head_subtitle {
    font-size: 18px;
    margin-top: 20px;
}

.saas_advantages {
    width: 1240px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.saas_advantage_box {
    width: 120px;
    height: 120px;
    border: 1px solid #333333;
    border-radius: 10px;
    text-align: center;
    color: #999999;
    overflow: hidden;
    margin: 10px;
}

.saas_advantage_box em {
    display: block;
    margin: 28px 0 auto 0;
    font-size: 24px;
}

.saas_swiper_content {
    max-width: 1920px;
    min-width: 1240px;
    width: 100%;
    height: 1230px;
    margin: 0 auto;
    background-color: #000000;
    background-image: url(../images/v3/saas_swiper_bj.png);
    background-size: 1240px 800px;
    background-repeat: no-repeat;
    background-position: center 315px;
    overflow: hidden;
}

.saas_swiper {
    width: 345px;
    margin: 100px auto 0 auto;
}

.hosctrl_head {
    max-width: 1920px;
    min-width: 1240px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.hosctrl_title {
    font-size: 60px;
    text-align: center;
    height: 72px;
    color: #000000;
    line-height: 72px;
    margin-top: 50px;
}

.hosctrl_hardware {
    width: 1240px;
    display: flex;
    margin: 50px auto;
}

.hosctrl_hardware_left {
    width: 540px;
    text-align: right;
    margin-right: 160px;
}

.hosctrl_hardware_right {
    width: 540px;
}

.hosctrl_workflow {
    width: 927px;
    display: block;
    margin: 80px auto;
}

.hosctrl_details {
    text-align: center;
    font-size: 18px;
    color: #999999;
    display: block;
    margin: 50px 0;
}

.hosctrl_browsers {
    width: 376px;
    display: block;
    margin: 30px auto;
}

.college_head {
    width: 735px;
    margin: 60px auto;

    overflow: hidden;
}

/*.college_search {*/
/*    width: 755px;*/
/*}*/

.college_search_box {
    width: 100%;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 20px;
   
}

.college_search_input {
    width: 625px;
    height: 38px;
    border: none;
    margin-left: 20px;
}

.college_search_input:-webkit-autofill {
    color: #333 !important;
    -webkit-text-fill-color: #333;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

.college_search_input:autofill {
    color: #333 !important;
    -webkit-text-fill-color: #333;
    box-shadow: 0 0 0 1000px #ffffff inset;
}

.college_search_btn {
    width: 110px;
    height: 38px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 0 19px 19px 0;
    font-size: 18px;
}

.college_search_history {
    width: 100%;
    margin: 10px 0;
}

.college_search_history strong {
    font-size: 18px;
    line-height: 32px;
    margin-right: 8px;
    cursor: pointer;
    color: #666666;
}

.college_synopsis {
    width: 485px;
    text-align: right;
}

.college_synopsis1 {
    font-size: 24px;
    font-weight: 100;
    margin-right: 10px;
}

.college_synopsis2 {
    font-size: 36px;
    font-weight: 100;
    line-height: 46px;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.college_synopsis_icon {
    width: 40px;
    height: 40px;
    margin: 7px 0 0 10px;
}

.college_tags {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.college_tag_a {
    font-size: 30px;
    line-height: 54px;
    margin-right: 30px;
}

.college_tag_a:hover {
    border-color: #04c8c7;
}

.college_tag_true {
    border-bottom: 1px solid #000000;
}

.collect_hot_tags {
    width: 100%;
    margin-bottom: 60px;
}

.collect_hot_tags strong {
    font-size: 18px;
    line-height: 50px;
    padding: 6px 20px;
    /*border: 1px solid #cccccc;*/
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
}

/*.collect_hot_tags strong:hover {*/
/*    background-color: #f6f6f6;*/
/*}*/

.collect_hot {
    width: 100%;
    margin: 20px 0;
    font-size: 30px;
    display: flex;
    color: #333333;
}

.collect_hot_icon {
    width: 29px !important;
    height: 26px;
    display: block;
    margin-left: 8px;
}

.college_codeBox {
    width: 120px;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99999;
    background-color: #ffffff;
    padding-top: 10px;
    border-radius: 8px;
}

.college_code {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
}

.college_code_text {
    text-align: center;
    font-size: 16px;
}

.college_list_position {
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
}

.about_title {
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    font-weight: 400;
}

.about_companion {
    width: 100%;
    height: 300px;
    max-width: 1920px;
    min-width: 1240px;
    margin: 0 auto 50px auto;
    background-color: #000000;
    overflow: hidden;
}

.about_companion_h3 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    height: 60px;
    margin: 80px 0 60px 0;
}

.about_companion_logos {
    display: block;
    margin: 0 auto;
}

.synthetical_content {
    width: 1240px;
    margin: 60px auto;
}

.synthetical_brands_tags {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.synthetical_brands_tags img {
    display: block;
    width: 122px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.synthetical_classify_tags {
    width: 100%;
    display: flex;
    margin: 80px 0 60px 0;
}

.synthetical_classify_tags span {
    font-size: 30px;
    color: #999999;
    margin-right: 100px;
    cursor: pointer;
}

.classify_tag_true {
    color: #000000 !important;
}

.synthetical_tags_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0;
}

.synthetical_tags_box {
    width: 413px;
    display: flex;
    margin-bottom: 50px;
}

.synthetical_tags_logo {
    width: 120px;
    display: block;
}

.synthetical_tags_logoText {
    width: 120px;
    height: 120px;
    font-size: 42px;
    text-align: center;
    line-height: 120px;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
}

.synthetical_tags_right {
    width: 260px;
    margin-left: 20px;
}

.synthetical_tags_title {
    width: 240px;
    font-size: 24px;
}

.synthetical_tags_title span {
    font-size: 14px;
}

.synthetical_tags_text {
    width: 200px;
    font-size: 14px;
    line-height: 24px;
}

.synthetical_tags_name {
    font-size: 14px;
    color: #999999;
}

.p_one {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.synthetical_tag_hide {
    position: absolute;
    left: -100vw;
    height: 0;
    width: 0;
    margin: 0;
    overflow: hidden;
}

.box-xy {
    width: 1240px;
    margin: 0 auto;
    padding-top: 60px;
    margin-bottom: 100px
}

.box-xy h2 {
    font: normal 18px/36px Microsoft Yahei;
    color: #222;
    margin: 15px 0
}

.box-xy .leftbox {
    width: 800px;
    float: left;
    padding: 0 40px 0 0;
}

.box-xy .leftbox,
.box-xy .leftbox p {
    font: normal 18px/36px Microsoft Yahei;
    color: #999
}

.box-xy .leftbox p {
    text-align: justify
}

.box-xy .leftbox img {
    padding: 15px 0;
    max-width: 760px
}

.box-xy .leftbox ul {}

.box-xy .leftbox ul li {
    width: 100%;
    height: 90px;
    margin-bottom: 40px;
    overflow: hidden
}

.box-xy .leftbox ul li img {
    width: 160px;
    height: 90px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    display: none;
}

.box-xy .leftbox ul li h3 {
    font: normal 24px/36px Microsoft Yahei;
    height: 36px;
    overflow: hidden
}

.box-xy .leftbox ul li p {
    font: normal 18px/32px Microsoft Yahei;
    height: 36px;
    color: #999;
    overflow: hidden
}

.box-xy .leftbox ul li .tag {
    font: normal 12px/22px Microsoft Yahei;
    color: #999
}

.box-xy .leftbox ul li .tag span.time {
    float: left;
    padding-right: 10px
}

.box-xy .leftbox ul li .tag span.tagtt {
    float: left;
    padding-right: 5px
}

.box-xy .leftbox ul li .tag .abox {
    float: left
}

.box-xy .leftbox ul li .tag a {
    color: #006e97;
    padding: 0 5px;
    float: left
}

.box-xy .leftbox h1 {
    font: normal 36px/50px Microsoft Yahei;
    color: #222
}

.box-xy .leftbox .ss {
    font: normal 12px/22px Microsoft Yahei;
    color: #999;
    width: 100%;
    padding: 20px 0 40px
}

.box-xy .leftbox .ss span {
    padding: 0 5px
}

.box-xy .rightbox {
    width: 440px;
    float: left;
}

.box-xy .rightbox img {
    width: 100%;
    margin-bottom: 20px
}

.box-xy .rightbox li {
    width: 100%;
    height: 36px;
    font: normal 18px/36px Microsoft Yahei;
    overflow: hidden
}

.box-xy .rightbox li a {
    color: #999
}

.box-xy .rightbox li a:hover {
    color: #04c8c7
}

.box-xy:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.box-xymbx {
    width: 1240px;
    margin: 0 auto;
    font: normal 14px/30px Microsoft Yahei;
    padding-top: 40px;
    margin-top: 50px
}

.box-xymbx span {
    padding: 0 8px
}

.xy-page {
    padding-bottom: 30px
}

.xy-page p iframe {
    width: 591px;
    height: 459px
}

.xy-page p a {
    color: rgb(0, 112, 192);
    text-decoration: underline;
    font-size: 18px;
}

.box-about {
    width: 100%;
    min-width: 1240px;
    margin: 0 auto;
    padding-top: 300px;
    background: url(../images/about-logo.png) no-repeat top center;
    margin-bottom: 100px
}

.box-about p {
    font: normal 18px/34px Microsoft Yahei;
    text-align: center;
    color: #222;
    padding-bottom: 60px
}

.box-about p span {
    color: #999
}

.box-about ul.tewm {
    width: 380px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 50px
}

.box-about ul.tewm li {
    width: 120px;
    height: 150px;
    float: left;
    margin: 0 35px;
    padding-top: 121px;
    font: normal 12px/29px Microsoft Yahei;
    color: #999;
    text-align: center
}

.box-about ul.tewm li:first-child {
    background: url(../images/about-ewm01.png) no-repeat top
}

.box-about ul.tewm li:nth-child(2) {
    background: url(../images/about-ewm02.png) no-repeat top
}

.box-about .ziz {
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    background: url(../images/about-zz.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px
}

.box-about .dtai {
    width: 706px;
    margin: 0 auto
}

.box-about .dtai h2 {
    font: normal 36px/90px Microsoft Yahei;
    color: #222;
    text-align: center;
    margin-bottom: 15px
}

.box-about .dtai li {
    width: 100%;
    height: 60px;
    font: normal 18px/60px Microsoft Yahei;
    color: #999;
    border-bottom: 1px solid #f0dcb9
}

.box-about .dtai li a {
    color: #999
}

.box-about .dtai li a:hover {
    color: #04c8c7
}

.box-about .dtai li span {
    float: right;
    padding-left: 20px
}

.box-about-down {
    width: 100%;
    min-width: 1240px;
    height: 600px;
    background: url(../images/about-banner02.jpg) no-repeat 50%;
    background-size: cover;
    position: relative;
}

.box-about-down .down {
    width: 350px;
    height: 200px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -175px
}

.box-about-lx {
    width: 1280px;
    height: 450px;
    margin: 0 auto
}

.box-about-lx h2 {
    font: normal 36px/90px Microsoft Yahei;
    color: #222;
    text-align: center;
    margin-bottom: 15px
}

.box-about-lx li {
    float: left;
    width: 220px;
    height: 260px;
    margin: 0 133px 0 0
}

.box-about-lx li h3 {
    font: normal 18px/40px Microsoft Yahei;
    color: #222;
    margin-bottom: 20px
}

.box-about-lx li p {
    font: normal 14px/30px Microsoft Yahei;
    color: #999
}

.box-about-lx li p span {
    padding-right: 10px
}

.box-about-lx li:first-child,
.box-about-lx li:nth-child(2),
.box-about-lx li:nth-child(3),
.box-about-lx li:nth-child(4) {
    background: url(../images/ewm01.png) no-repeat bottom 10px left 30px
}

.box-about-lx li:nth-child(4) {
    margin: 0
}

.footerbox {
    width: 100%;
    min-width: 1240px;
    height: 450px;
    background: #000
}

.footer_list {
    width: 1240px;
    height: 350px;
    margin: 10px auto;
    display: flex;
}

.footer_list_li {
    width: 155px;
    color: #999999;
}

.footer_list_li p,
.footer_list_li2 strong {
    font-size: 18px;
    line-height: 40px;
}

.footer_list_li strong {
    display: block;
    font-size: 14px;
    line-height: 36px;
}

.footer_list_li a {
    color: #999999;
}

.footer_list_li2 {
    width: 310px;
}

.footer_codes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer_code_box {
    width: 130px;
}

.footer_code1 {
    width: 130px;
    height: 130px;
    background-color: #fff;
    background-size: 110px 110px;
    background-position: center center;
    background-image: url(../images/about-ewm01.png);
    background-repeat: no-repeat;
}

.footer_code2 {
    width: 130px;
    height: 130px;
    background-color: #fff;
    background-size: 110px 110px;
    background-position: center center;
    background-image: url(../images/about-ewm02.png);
    background-repeat: no-repeat;
}

.footer_code_box p {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #999999;
}

.footer {
    width: 1240px;
    height: 100px;
    margin: 0 auto;
    padding-top: 21px;
    font: normal 14px/18px Microsoft Yahei;
    color: #999;
    position: relative;
}

.footer_text a {
    color: #999999;
}

.footer_text2 {
    margin-top: 10px;
}

.footer img {
    padding: 0 6px;
    width: auto;
    height: auto
}

.footer_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 80px;
    line-height: 106px;
    color: #ffffff;
    margin: auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_mask_box {
    width: 800px;
    height: 500px;
    background-color: #00a0e9;
    border-radius: 15px;
    color: #ffffff;
    overflow: hidden;
}

.footer_mask_box p {
    width: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 54px;
    margin-bottom: 50px;
}

.footer_mask_logo {
    width: 200px;
    display: block;
    margin: 30px auto 0 auto;
}

.footer_mask_bottom {
    width: 100%;
    height: 120px;
    background-color: #f5f5f5;
    display: flex;
}

.footer_mask_close {
    border-right: 5px solid #00a0e9;
    box-sizing: border-box;
    width: 50%;
    height: 120px;
    text-align: center;
    font-size: 46px;
    line-height: 120px;
    color: #000000;
}

.footer_mask_open {
    width: 400px;
    height: 120px;
    text-align: center;
    font-size: 46px;
    line-height: 120px;
    color: #000000;
}

ul.f-nav {
    position: absolute;
    top: 390px;
    right: 0;
    width: 434px;
    height: 18px;
    font: normal 12px/18px Microsoft Yahei;
    color: #999
}

ul.f-nav li {
    height: 18px;
    float: right;
    text-align: right;
    padding-left: 20px
}

ul.f-nav li a {
    color: #999
}

ul.f-nav li a:hover {
    color: #04c8c7
}

.paging {
    padding: 25px 0;
    font: normal 14px Arial;
    color: #00a0e9;
    text-align: left;
    margin: 0 0 25px
}

.paging a {
    border: 1px solid #ddd;
    padding: 6px 10px;
    margin: 0 3px;
    color: #222 !important;
    text-decoration: none;
    border-radius: 3px
}

.paging a:hover {
    border: 1px solid #00a0e9;
    color: #00a0e9 !important
}

.paging a:active {
    border: 1px solid #00a0e9;
    color: #00a0e9
}

.paging .current {
    border: 1px solid #00a0e9;
    padding: 6px 10px;
    color: #fff;
    margin: 0 4px;
    background: #00a0e9;
    border-radius: 3px
}

.paging .disabled {
    display: none
}

@media (max-width:1320px) {
    .header {
        margin: 0 auto
    }

    .box-ind .pic-ul,
    .header {
        width: 992px
    }

    .box-ind .pic-ul li {
        width: 233px;
        height: 167px;
        margin: 0 20px 0 0
    }

    .box-hhr .xl-ul {
        width: 992px;
        height: 238px;
        margin-left: -496px
    }

    .box-hhr .xl-ul li {
        width: 262px;
        height: 238px;
        margin: 0 55px 0 0
    }

    .box-hhr .xl-ul li:first-child {
        margin: 0 55px 0 35px
    }

    .box-hhr .xl-ul li:nth-child(3) {
        margin: 0 55px 0 0
    }

    .box-about-lx,
    .box-hzhb,
    .box-xmanli,
    .box-xmfan,
    .box-xymbx,
    .fw-box ul.wztop,
    .zb-xz,
    .zb-ys,
    .zb-ys ul.tpmy,
    ul.fw-sdk {
        width: 992px
    }

    .zb-ys ul.tpmy li {
        margin: 0 22px 0 0
    }

    .zb-ys li,
    .zb-ys ul.tpmy li {
        width: 90px;
        height: 90px;
        font-size: 16px;
        line-height: 90px
    }

    .zb-ys li {
        margin: 0 38px 0 0
    }

    .box-sypt .icobox {
        width: 992px;
        margin-left: -496px
    }

    .box-sypt .icobox li {
        width: 100px;
        height: 100px;
        margin: 50px 45px 0 0;
        transition: width .2s;
        -moz-transition: width .2s;
        -webkit-transition: width .2s;
        -o-transition: width .2s;
        cursor: pointer
    }

    .box-sypt .icobox li img {
        margin: 18px 0 0 18px
    }

    .box-sypt .icobox li:nth-child(4) {
        width: 120px;
        height: 120px;
        margin: 40px 45px 0 0
    }

    .box-sypt .icobox li:nth-child(4) img {
        margin: 28px 0 0 28px
    }

    .box-sypt .icobox li:nth-child(7) {
        margin: 50px 0 0
    }

    .box-xmanli li {
        width: 486px;
        margin: 0 20px 0 0
    }

    .box-xmanli li h3 {
        font-size: 30px
    }

    .box-xmfan li {
        width: 220px;
        height: 190px;
        margin: 0 37px 0 0;
        font-size: 16px
    }

    ul.fw-sdk li {
        width: 300px;
        margin: 0 46px 0 0
    }

    ul.fw-sdk li h3 {
        font-size: 26px
    }

    .fw-box ul.wztop li {
        width: 496px
    }

    .box-xy .leftbox ul li h3 {
        font-size: 20px
    }

    .box-xy .leftbox img {
        max-width: 590px
    }

    .xy-logo {
        width: 992px;
        margin-left: -496px
    }

    .box-about-lx li {
        margin: 0 37px 0 0
    }

    .footer {
        width: 100%
    }

    .nav-box a {
        margin: 0 0 0 30px;
        font-size: 16px
    }

    .footer span {
        display: none
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    padding-right: 0;
    text-align: center
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
    -webkit-transition: width .4s ease-in;
    border-radius: 20px
}

.swiper-pagination-bullet:hover {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    width: 54px;
    border-radius: 20px;
    background: #fff
}

.article-page img:hover {
    transform: none;
    cursor: pointer
}

.pt-page-rotating {
    animation: logotransform 40s linear infinite;
    -moz-animation: logotransform 40s linear infinite;
    -webkit-animation: logotransform 40s linear infinite;
    -o-animation: logotransform 40s linear infinite
}

.pt-page-moveToLeft {
    -webkit-animation: moveToLeft .6s ease both;
    animation: moveToLeft .6s ease both
}

.pt-page-moveFromLeft {
    -webkit-animation: moveFromLeft 2s ease both;
    animation: moveFromLeft 2s ease both
}

.pt-page-moveFromLeftSs {
    -webkit-animation: moveFromLeftSs 1.2s ease both;
    animation: moveFromLeftSs 1.2s ease both
}

.pt-page-moveToRight {
    -webkit-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both
}

.pt-page-moveFromRight {
    -webkit-animation: moveFromRight .6s ease both;
    animation: moveFromRight .6s ease both
}

.pt-page-moveToTop {
    -webkit-animation: moveToTop .6s ease both;
    animation: moveToTop .6s ease both
}

.pt-page-moveFromTop {
    -webkit-animation: moveFromTop .6s ease both;
    animation: moveFromTop .6s ease both
}

.pt-page-moveToBottom {
    -webkit-animation: moveToBottom .6s ease both;
    animation: moveToBottom .6s ease both
}

.pt-page-moveFromBottom {
    -webkit-animation: moveFromBottom .6s ease both;
    animation: moveFromBottom .6s ease both
}

.pt-page-fade {
    -webkit-animation: fade .7s ease both;
    animation: fade .7s ease both
}

.pt-page-moveToLeftFade {
    -webkit-animation: moveToLeftFade .7s ease both;
    animation: moveToLeftFade .7s ease both
}

.pt-page-moveFromLeftFade {
    -webkit-animation: moveFromLeftFade .7s ease both;
    animation: moveFromLeftFade .7s ease both
}

.pt-page-moveToRightFade {
    -webkit-animation: moveToRightFade .7s ease both;
    animation: moveToRightFade .7s ease both
}

.pt-page-moveFromRightFade {
    -webkit-animation: moveFromRightFade .7s ease both;
    animation: moveFromRightFade .7s ease both
}

.pt-page-moveToTopFade {
    -webkit-animation: moveToTopFade .7s ease both;
    animation: moveToTopFade .7s ease both
}

.pt-page-moveFromTopFade {
    -webkit-animation: moveFromTopFade .7s ease both;
    animation: moveFromTopFade .7s ease both
}

.pt-page-moveToBottomFade {
    -webkit-animation: moveToBottomFade .7s ease both;
    animation: moveToBottomFade .7s ease both
}

.pt-page-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade .7s ease both;
    animation: moveFromBottomFade .7s ease both
}

.pt-page-moveToLeftEasing {
    -webkit-animation: moveToLeft .7s ease-in-out both;
    animation: moveToLeft .7s ease-in-out both
}

.pt-page-moveToRightEasing {
    -webkit-animation: moveToRight .7s ease-in-out both;
    animation: moveToRight .7s ease-in-out both
}

.pt-page-moveToTopEasing {
    -webkit-animation: moveToTop .7s ease-in-out both;
    animation: moveToTop .7s ease-in-out both
}

.pt-page-moveToBottomEasing {
    -webkit-animation: moveToBottom .7s ease-in-out both;
    animation: moveToBottom .7s ease-in-out both
}

.pt-page-moveIconUp {
    -webkit-animation: moveIconUp ease 1.5s both infinite;
    animation: moveToBottom ease 1.5s both infinite
}

.pt-page-moveCircle {
    -webkit-animation: moveCircle ease-in-out .8s both;
    animation: moveCircle ease-in-out .8s both
}

@-webkit-keyframes moveToLeft {
    to {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes moveToLeft {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes moveFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    30% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes moveFromLeftSs {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    70% {
        transform: scale(2);
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2)
    }

    90% {
        transform: scale(.9);
        -ms-transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -o-transform: scale(.9)
    }

    to {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1)
    }
}

@keyframes moveFromLeftSs {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    70% {
        transform: scale(2);
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2)
    }

    90% {
        transform: scale(.9);
        -ms-transform: scale(.9);
        -moz-transform: scale(.9);
        -webkit-transform: scale(.9);
        -o-transform: scale(.9)
    }

    to {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1)
    }
}

@-webkit-keyframes moveToRight {
    to {
        -webkit-transform: translateX(100%)
    }
}

@keyframes moveToRight {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(100%)
    }
}

@keyframes moveFromRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes moveToTop {
    to {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes moveToTop {
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes moveFromTop {
    0% {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes moveFromTop {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes moveToBottom {
    to {
        -webkit-transform: translateY(100%)
    }
}

@keyframes moveToBottom {
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes moveFromBottom {
    0% {
        -webkit-transform: translateY(100%)
    }
}

@keyframes moveFromBottom {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes moveIconUp {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes moveIconUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes moveCircle {
    0% {
        -webkit-transform: translateY(-80%);
        -webkit-opacity: .1
    }

    5% {
        -webkit-transform: translateY(-80%);
        -webkit-opacity: .1
    }

    35% {
        -webkit-transform: translateY(10%);
        -webkit-opacity: .2
    }

    60% {
        -webkit-transform: translateY(-20%)
    }

    65% {
        -webkit-transform: translateY(-20%)
    }

    80% {
        -webkit-transform: translateY(-2%)
    }

    85% {
        -webkit-transform: translateY(-2%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes moveCircle {
    0% {
        -webkit-transform: translateY(-80%);
        -webkit-opacity: .1;
        transform: translateY(-80%);
        opacity: .1
    }

    5% {
        -webkit-transform: translateY(-80%);
        -webkit-opacity: .3;
        transform: translateY(-80%);
        opacity: .3
    }

    35% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
        transform: translateY(0);
        opacity: 1
    }

    54% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }

    55% {
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%)
    }

    70% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
        transform: translateY(0);
        opacity: 1
    }

    84% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    85% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade {
    to {
        opacity: .3
    }
}

@keyframes fade {
    to {
        opacity: .3
    }
}

@-webkit-keyframes moveToLeftFade {
    to {
        opacity: .3;
        -webkit-transform: translateX(-100%)
    }
}

@keyframes moveToLeftFade {
    to {
        opacity: .3;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes moveFromLeftFade {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%)
    }
}

@keyframes moveFromLeftFade {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes moveToRightFade {
    to {
        opacity: .3;
        -webkit-transform: translateX(100%)
    }
}

@keyframes moveToRightFade {
    to {
        opacity: .3;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes moveFromRightFade {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%)
    }
}

@keyframes moveFromRightFade {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%)
    }
}

@keyframes moveToTopFade {
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes moveFromTopFade {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%)
    }
}

@keyframes moveFromTopFade {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes moveToBottomFade {
    to {
        opacity: .3;
        -webkit-transform: translateY(100%)
    }
}

@keyframes moveToBottomFade {
    to {
        opacity: .3;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes moveFromBottomFade {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%)
    }
}

@keyframes moveFromBottomFade {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.pt-page-scaleDown {
    -webkit-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both
}

.pt-page-scaleUp {
    -webkit-animation: scaleUp .7s ease both;
    animation: scaleUp .7s ease both
}

.pt-page-scaleUpDown {
    -webkit-animation: scaleUpDown .5s ease both;
    animation: scaleUpDown .5s ease both
}

.pt-page-scaleDownUp {
    -webkit-animation: scaleDownUp .5s ease both;
    animation: scaleDownUp .5s ease both
}

.pt-page-scaleDownCenter {
    -webkit-animation: scaleDownCenter .4s ease-in both;
    animation: scaleDownCenter .4s ease-in both
}

.pt-page-scaleUpCenter {
    -webkit-animation: scaleUpCenter .4s ease-out both;
    animation: scaleUpCenter .4s ease-out both
}

@-webkit-keyframes scaleDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@keyframes scaleDown {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes scaleUpDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2)
    }
}

@keyframes scaleUpDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes scaleDownUp {
    to {
        opacity: 0;
        -webkit-transform: scale(1.2)
    }
}

@keyframes scaleDownUp {
    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes scaleDownCenter {
    to {
        opacity: 0;
        -webkit-transform: scale(.7)
    }
}

@keyframes scaleDownCenter {
    to {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@-webkit-keyframes scaleUpCenter {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7)
    }
}

@keyframes scaleUpCenter {
    0% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

.pt-page-rotateRightSideFirst {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateRightSideFirst .8s both ease-in;
    animation: rotateRightSideFirst .8s both ease-in
}

.pt-page-rotateLeftSideFirst {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateLeftSideFirst .8s both ease-in;
    animation: rotateLeftSideFirst .8s both ease-in
}

.pt-page-rotateTopSideFirst {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateTopSideFirst .8s both ease-in;
    animation: rotateTopSideFirst .8s both ease-in
}

.pt-page-rotateBottomSideFirst {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateBottomSideFirst .8s both ease-in;
    animation: rotateBottomSideFirst .8s both ease-in
}

.pt-page-flipOutRight {
    -webkit-animation: flipOutRight .5s both ease-in;
    animation: flipOutRight .5s both ease-in
}

.pt-page-flipInLeft,
.pt-page-flipOutRight {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.pt-page-flipInLeft {
    -webkit-animation: flipInLeft .5s both ease-out;
    animation: flipInLeft .5s both ease-out
}

.pt-page-flipOutLeft {
    -webkit-animation: flipOutLeft .5s both ease-in;
    animation: flipOutLeft .5s both ease-in
}

.pt-page-flipInRight,
.pt-page-flipOutLeft {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.pt-page-flipInRight {
    -webkit-animation: flipInRight .5s both ease-out;
    animation: flipInRight .5s both ease-out
}

.pt-page-flipOutTop {
    -webkit-animation: flipOutTop .5s both ease-in;
    animation: flipOutTop .5s both ease-in
}

.pt-page-flipInBottom,
.pt-page-flipOutTop {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.pt-page-flipInBottom {
    -webkit-animation: flipInBottom .5s both ease-out;
    animation: flipInBottom .5s both ease-out
}

.pt-page-flipOutBottom {
    -webkit-animation: flipOutBottom .5s both ease-in;
    animation: flipOutBottom .5s both ease-in
}

.pt-page-flipInTop,
.pt-page-flipOutBottom {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.pt-page-flipInTop {
    -webkit-animation: flipInTop .5s both ease-out;
    animation: flipInTop .5s both ease-out
}

.pt-page-rotateFall {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: rotateFall 1s both ease-in;
    animation: rotateFall 1s both ease-in
}

.pt-page-rotateOutNewspaper {
    -webkit-animation: rotateOutNewspaper .5s both ease-in;
    animation: rotateOutNewspaper .5s both ease-in
}

.pt-page-rotateInNewspaper,
.pt-page-rotateOutNewspaper {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.pt-page-rotateInNewspaper {
    -webkit-animation: rotateInNewspaper .5s both ease-out;
    animation: rotateInNewspaper .5s both ease-out
}

.pt-page-rotatePushLeft {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotatePushLeft .8s both ease;
    animation: rotatePushLeft .8s both ease
}

.pt-page-rotatePushRight {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePushRight .8s both ease;
    animation: rotatePushRight .8s both ease
}

.pt-page-rotatePushTop {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotatePushTop .8s both ease;
    animation: rotatePushTop .8s both ease
}

.pt-page-rotatePushBottom {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePushBottom .8s both ease;
    animation: rotatePushBottom .8s both ease
}

.pt-page-rotatePullRight {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotatePullRight .5s both ease;
    animation: rotatePullRight .5s both ease
}

.pt-page-rotatePullLeft {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotatePullLeft .5s both ease;
    animation: rotatePullLeft .5s both ease
}

.pt-page-rotatePullTop {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotatePullTop .5s both ease;
    animation: rotatePullTop .5s both ease
}

.pt-page-rotatePullBottom {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotatePullBottom .5s both ease;
    animation: rotatePullBottom .5s both ease
}

.pt-page-rotateFoldRight {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateFoldRight .7s both ease;
    animation: rotateFoldRight .7s both ease
}

.pt-page-rotateFoldLeft {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateFoldLeft .7s both ease;
    animation: rotateFoldLeft .7s both ease
}

.pt-page-rotateFoldTop {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateFoldTop .7s both ease;
    animation: rotateFoldTop .7s both ease
}

.pt-page-rotateFoldBottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateFoldBottom .7s both ease;
    animation: rotateFoldBottom .7s both ease
}

.pt-page-rotateUnfoldLeft {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateUnfoldLeft .7s both ease;
    animation: rotateUnfoldLeft .7s both ease
}

.pt-page-rotateUnfoldRight {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateUnfoldRight .7s both ease;
    animation: rotateUnfoldRight .7s both ease
}

.pt-page-rotateUnfoldTop {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateUnfoldTop .7s both ease;
    animation: rotateUnfoldTop .7s both ease
}

.pt-page-rotateUnfoldBottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateUnfoldBottom .7s both ease;
    animation: rotateUnfoldBottom .7s both ease
}

.pt-page-rotateRoomLeftOut {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoomLeftOut .8s both ease;
    animation: rotateRoomLeftOut .8s both ease
}

.pt-page-rotateRoomLeftIn {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateRoomLeftIn .8s both ease;
    animation: rotateRoomLeftIn .8s both ease
}

.pt-page-rotateRoomRightOut {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateRoomRightOut .8s both ease;
    animation: rotateRoomRightOut .8s both ease
}

.pt-page-rotateRoomRightIn {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoomRightIn .8s both ease;
    animation: rotateRoomRightIn .8s both ease
}

.pt-page-rotateRoomTopOut {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateRoomTopOut .8s both ease;
    animation: rotateRoomTopOut .8s both ease
}

.pt-page-rotateRoomTopIn {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateRoomTopIn .8s both ease;
    animation: rotateRoomTopIn .8s both ease
}

.pt-page-rotateRoomBottomOut {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateRoomBottomOut .8s both ease;
    animation: rotateRoomBottomOut .8s both ease
}

.pt-page-rotateRoomBottomIn {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateRoomBottomIn .8s both ease;
    animation: rotateRoomBottomIn .8s both ease
}

.pt-page-rotateCubeLeftOut {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCubeLeftOut .6s both ease-in;
    animation: rotateCubeLeftOut .6s both ease-in
}

.pt-page-rotateCubeLeftIn {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateCubeLeftIn .6s both ease-in;
    animation: rotateCubeLeftIn .6s both ease-in
}

.pt-page-rotateCubeRightOut {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateCubeRightOut .6s both ease-in;
    animation: rotateCubeRightOut .6s both ease-in
}

.pt-page-rotateCubeRightIn {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCubeRightIn .6s both ease-in;
    animation: rotateCubeRightIn .6s both ease-in
}

.pt-page-rotateCubeTopOut {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCubeTopOut .6s both ease-in;
    animation: rotateCubeTopOut .6s both ease-in
}

.pt-page-rotateCubeTopIn {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateCubeTopIn .6s both ease-in;
    animation: rotateCubeTopIn .6s both ease-in
}

.pt-page-rotateCubeBottomOut {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateCubeBottomOut .6s both ease-in;
    animation: rotateCubeBottomOut .6s both ease-in
}

.pt-page-rotateCubeBottomIn {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCubeBottomIn .6s both ease-in;
    animation: rotateCubeBottomIn .6s both ease-in
}

.pt-page-rotateCarouselLeftOut {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCarouselLeftOut .8s both ease;
    animation: rotateCarouselLeftOut .8s both ease
}

.pt-page-rotateCarouselLeftIn {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateCarouselLeftIn .8s both ease;
    animation: rotateCarouselLeftIn .8s both ease
}

.pt-page-rotateCarouselRightOut {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: rotateCarouselRightOut .8s both ease;
    animation: rotateCarouselRightOut .8s both ease
}

.pt-page-rotateCarouselRightIn {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateCarouselRightIn .8s both ease;
    animation: rotateCarouselRightIn .8s both ease
}

.pt-page-rotateCarouselTopOut {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCarouselTopOut .8s both ease;
    animation: rotateCarouselTopOut .8s both ease
}

.pt-page-rotateCarouselTopIn {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateCarouselTopIn .8s both ease;
    animation: rotateCarouselTopIn .8s both ease
}

.pt-page-rotateCarouselBottomOut {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: rotateCarouselBottomOut .8s both ease;
    animation: rotateCarouselBottomOut .8s both ease
}

.pt-page-rotateCarouselBottomIn {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: rotateCarouselBottomIn .8s both ease;
    animation: rotateCarouselBottomIn .8s both ease
}

.pt-page-rotateSidesOut {
    -webkit-transform-origin: -50% 50%;
    transform-origin: -50% 50%;
    -webkit-animation: rotateSidesOut .5s both ease-in;
    animation: rotateSidesOut .5s both ease-in
}

.pt-page-rotateSidesIn {
    -webkit-transform-origin: 150% 50%;
    transform-origin: 150% 50%;
    -webkit-animation: rotateSidesIn .5s both ease-out;
    animation: rotateSidesIn .5s both ease-out
}

.pt-page-rotateSlideOut {
    -webkit-animation: rotateSlideOut 1s both ease;
    animation: rotateSlideOut 1s both ease
}

.pt-page-rotateSlideIn {
    -webkit-animation: rotateSlideIn 1s both ease;
    animation: rotateSlideIn 1s both ease
}

@-webkit-keyframes rotateRightSideFirst {
    40% {
        -webkit-transform: rotateY(15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@keyframes rotateRightSideFirst {
    40% {
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@-webkit-keyframes rotateLeftSideFirst {
    40% {
        -webkit-transform: rotateY(-15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@keyframes rotateLeftSideFirst {
    40% {
        -webkit-transform: rotateY(-15deg);
        transform: rotateY(-15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@-webkit-keyframes rotateTopSideFirst {
    40% {
        -webkit-transform: rotateX(15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@keyframes rotateTopSideFirst {
    40% {
        -webkit-transform: rotateX(15deg);
        transform: rotateX(15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@-webkit-keyframes rotateBottomSideFirst {
    40% {
        -webkit-transform: rotateX(-15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@keyframes rotateBottomSideFirst {
    40% {
        -webkit-transform: rotateX(-15deg);
        transform: rotateX(-15deg);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    to {
        -webkit-transform: scale(.8) translateZ(-200px);
        transform: scale(.8) translateZ(-200px);
        opacity: 0
    }
}

@-webkit-keyframes flipOutRight {
    to {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@keyframes flipOutRight {
    to {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipInLeft {
    0% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@keyframes flipInLeft {
    0% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipOutLeft {
    to {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@keyframes flipOutLeft {
    to {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipInRight {
    0% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@keyframes flipInRight {
    0% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipOutTop {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

@keyframes flipOutTop {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipInBottom {
    0% {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@keyframes flipInBottom {
    0% {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipOutBottom {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@keyframes flipOutBottom {
    to {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: .2
    }
}

@-webkit-keyframes flipInTop {
    0% {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

@keyframes flipInTop {
    0% {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: .2
    }
}

@-webkit-keyframes rotateFall {
    0% {
        -webkit-transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(10deg);
        -webkit-animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: rotate(17deg)
    }

    60% {
        -webkit-transform: rotate(16deg)
    }

    to {
        -webkit-transform: translateY(100%) rotate(17deg)
    }
}

@keyframes rotateFall {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    20% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: rotate(17deg);
        transform: rotate(17deg)
    }

    60% {
        -webkit-transform: rotate(16deg);
        transform: rotate(16deg)
    }

    to {
        -webkit-transform: translateY(100%) rotate(17deg);
        transform: translateY(100%) rotate(17deg)
    }
}

@-webkit-keyframes rotateOutNewspaper {
    to {
        -webkit-transform: translateZ(-3000px) rotate(1turn);
        opacity: 0
    }
}

@keyframes rotateOutNewspaper {
    to {
        -webkit-transform: translateZ(-3000px) rotate(1turn);
        transform: translateZ(-3000px) rotate(1turn);
        opacity: 0
    }
}

@-webkit-keyframes rotateInNewspaper {
    0% {
        -webkit-transform: translateZ(-3000px) rotate(-1turn);
        opacity: 0
    }
}

@keyframes rotateInNewspaper {
    0% {
        -webkit-transform: translateZ(-3000px) rotate(-1turn);
        transform: translateZ(-3000px) rotate(-1turn);
        opacity: 0
    }
}

@-webkit-keyframes rotatePushLeft {
    to {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@keyframes rotatePushLeft {
    to {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes rotatePushRight {
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
}

@keyframes rotatePushRight {
    to {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
}

@-webkit-keyframes rotatePushTop {
    to {
        opacity: 0;
        -webkit-transform: rotateX(-90deg)
    }
}

@keyframes rotatePushTop {
    to {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
}

@-webkit-keyframes rotatePushBottom {
    to {
        opacity: 0;
        -webkit-transform: rotateX(90deg)
    }
}

@keyframes rotatePushBottom {
    to {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
}

@-webkit-keyframes rotatePullRight {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
}

@keyframes rotatePullRight {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
}

@-webkit-keyframes rotatePullLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}

@keyframes rotatePullLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }
}

@-webkit-keyframes rotatePullTop {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg)
    }
}

@keyframes rotatePullTop {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
}

@-webkit-keyframes rotatePullBottom {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg)
    }
}

@keyframes rotatePullBottom {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg)
    }
}

@-webkit-keyframes rotateFoldRight {
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}

@keyframes rotateFoldRight {
    to {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
        transform: translateX(100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateFoldLeft {
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}

@keyframes rotateFoldLeft {
    to {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
        transform: translateX(-100%) rotateY(-90deg)
    }
}

@-webkit-keyframes rotateFoldTop {
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) rotateX(90deg)
    }
}

@keyframes rotateFoldTop {
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg)
    }
}

@-webkit-keyframes rotateFoldBottom {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%) rotateX(-90deg)
    }
}

@keyframes rotateFoldBottom {
    to {
        opacity: 0;
        -webkit-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg)
    }
}

@-webkit-keyframes rotateUnfoldLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}

@keyframes rotateUnfoldLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
        transform: translateX(-100%) rotateY(-90deg)
    }
}

@-webkit-keyframes rotateUnfoldRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}

@keyframes rotateUnfoldRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
        transform: translateX(100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateUnfoldTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%) rotateX(90deg)
    }
}

@keyframes rotateUnfoldTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg)
    }
}

@-webkit-keyframes rotateUnfoldBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%) rotateX(-90deg)
    }
}

@keyframes rotateUnfoldBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg)
    }
}

@-webkit-keyframes rotateRoomLeftOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(90deg)
    }
}

@keyframes rotateRoomLeftOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(90deg);
        transform: translateX(-100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateRoomLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg)
    }
}

@keyframes rotateRoomLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg);
        transform: translateX(100%) rotateY(-90deg)
    }
}

@-webkit-keyframes rotateRoomRightOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg)
    }
}

@keyframes rotateRoomRightOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg);
        transform: translateX(100%) rotateY(-90deg)
    }
}

@-webkit-keyframes rotateRoomRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(90deg)
    }
}

@keyframes rotateRoomRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(90deg);
        transform: translateX(-100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateRoomTopOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg)
    }
}

@keyframes rotateRoomTopOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg);
        transform: translateY(-100%) rotateX(-90deg)
    }
}

@-webkit-keyframes rotateRoomTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg)
    }
}

@keyframes rotateRoomTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg)
    }
}

@-webkit-keyframes rotateRoomBottomOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg)
    }
}

@keyframes rotateRoomBottomOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(90deg);
        transform: translateY(100%) rotateX(90deg)
    }
}

@-webkit-keyframes rotateRoomBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg)
    }
}

@keyframes rotateRoomBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(-90deg);
        transform: translateY(-100%) rotateX(-90deg)
    }
}

@-webkit-keyframes rotateCubeLeftOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}

@keyframes rotateCubeLeftOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
        transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
        transform: translateX(-100%) rotateY(-90deg)
    }
}

@-webkit-keyframes rotateCubeLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg)
    }
}

@keyframes rotateCubeLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(90deg);
        transform: translateX(100%) rotateY(90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
        transform: translateX(50%) translateZ(-200px) rotateY(45deg)
    }
}

@-webkit-keyframes rotateCubeRightOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}

@keyframes rotateCubeRightOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
        transform: translateX(50%) translateZ(-200px) rotateY(45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(90deg);
        transform: translateX(100%) rotateY(90deg)
    }
}

@-webkit-keyframes rotateCubeRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
    }
}

@keyframes rotateCubeRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
        transform: translateX(-100%) rotateY(-90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
        transform: translateX(-50%) translateZ(-200px) rotateY(-45deg)
    }
}

@-webkit-keyframes rotateCubeTopOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg)
    }
}

@keyframes rotateCubeTopOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg)
    }
}

@-webkit-keyframes rotateCubeTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
    }
}

@keyframes rotateCubeTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
    }
}

@-webkit-keyframes rotateCubeBottomOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg)
    }
}

@keyframes rotateCubeBottomOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg)
    }

    to {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
        transform: translateY(100%) rotateX(-90deg)
    }
}

@-webkit-keyframes rotateCubeBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
    }
}

@keyframes rotateCubeBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
        transform: translateY(-100%) rotateX(90deg)
    }

    50% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg)
    }
}

@-webkit-keyframes rotateCarouselLeftOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg)
    }
}

@keyframes rotateCarouselLeftOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg);
        transform: translateX(-150%) scale(.4) rotateY(-65deg)
    }
}

@-webkit-keyframes rotateCarouselLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(200%) scale(.4) rotateY(65deg)
    }
}

@keyframes rotateCarouselLeftIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
        transform: translateX(200%) scale(.4) rotateY(65deg)
    }
}

@-webkit-keyframes rotateCarouselRightOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(200%) scale(.4) rotateY(65deg)
    }
}

@keyframes rotateCarouselRightOut {
    to {
        opacity: .3;
        -webkit-transform: translateX(200%) scale(.4) rotateY(65deg);
        transform: translateX(200%) scale(.4) rotateY(65deg)
    }
}

@-webkit-keyframes rotateCarouselRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg)
    }
}

@keyframes rotateCarouselRightIn {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg);
        transform: translateX(-200%) scale(.4) rotateY(-65deg)
    }
}

@-webkit-keyframes rotateCarouselTopOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg)
    }
}

@keyframes rotateCarouselTopOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
        transform: translateY(-200%) scale(.4) rotateX(65deg)
    }
}

@-webkit-keyframes rotateCarouselTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg)
    }
}

@keyframes rotateCarouselTopIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
        transform: translateY(200%) scale(.4) rotateX(-65deg)
    }
}

@-webkit-keyframes rotateCarouselBottomOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg)
    }
}

@keyframes rotateCarouselBottomOut {
    to {
        opacity: .3;
        -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg);
        transform: translateY(200%) scale(.4) rotateX(-65deg)
    }
}

@-webkit-keyframes rotateCarouselBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg)
    }
}

@keyframes rotateCarouselBottomIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg);
        transform: translateY(-200%) scale(.4) rotateX(65deg)
    }
}

@-webkit-keyframes rotateSidesOut {
    to {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg)
    }
}

@keyframes rotateSidesOut {
    to {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg);
        transform: translateZ(-500px) rotateY(90deg)
    }
}

@-webkit-keyframes rotateSidesIn {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }
}

@keyframes rotateSidesIn {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg);
        transform: translateZ(-500px) rotateY(-90deg)
    }
}

@-webkit-keyframes rotateSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }

    to {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes rotateSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }

    to {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes rotateSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes rotateSlideIn {

    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.pt-page-delay100 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.pt-page-delay180 {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}

.pt-page-delay200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.pt-page-delay300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.pt-page-delay400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.pt-page-delay500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.pt-page-delay700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.pt-page-delay1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@keyframes logotransform {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -moz-transform: rotate(1turn)
    }
}

@-moz-keyframes logotransform {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -moz-transform: rotate(1turn)
    }
}

@-webkit-keyframes logotransform {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -moz-transform: rotate(1turn)
    }
}

@-o-keyframes logotransform {
    0% {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0)
    }

    to {
        transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        -moz-transform: rotate(1turn)
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translate(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translateY(-50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}