.mobile{
    display: block;
}
.desktop{
    display:none;
}
.fixedbtn{
    text-align: right;
    height: 34px;
}
.fixedbtn a{
    height: 34px;
    padding: 0 40px;
    line-height: 34px;
    background-color: rgba(88,136,166,.8);
    color: #fff;
    display: inline-block;
    box-shadow: 3px 3px 3px rgba(255,255,255,.3);
    backdrop-filter: saturate(180%) blur(20px);
}
.fixedbtn a.fixedtop{
    position: fixed;
    top: 20px;
}
.landing-max-width-container{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
section#toshiba-story{
    width: 100%;
    max-width: 1000px;
    margin: 5% auto;
}
.col{
    display: block;
    float: left;
}
.col:first-child{
    margin-left: 0;
    margin-top: 1%;
}
.stories{
    margin: 0;
    display: inline-grid;
}
.story-container .story-image img{
    width: 100%;
    box-shadow: 0px 0px 5px 3px #ddd;
}
.text-absolute{
    position: absolute;
    bottom: 5%;
    width: 87%;
    color: #fff;
    left:6%;
}
.text-absolute a{
    text-decoration: none;
    color: #fff;
}
.text-absolute p{
    font-size: 16px;
    line-height: 1.2em;
}
.text-absolute .text-absolute-more{
    margin-top: 20px;
    display: inline-block;
    color: #fff;
}
.text-absolute .text-absolute-more:hover{
    text-decoration: underline;
}
.story-container{
    position: relative;
}
.text-absolute-new{
    font-size: 16px;
    color:#ff0000;
    line-height: 1.2em;
}
.text-absolute h1,p.text-absolute-title{
    margin-bottom: 40px;
    font-size: 2em;
}
#toshiba-story .text-absolute{
    bottom: 0;
    height: 100%;
}
#toshiba-story .text-absolute p.text-absolute-title{
    font-size: 1.2em;
    top: 3%;
    position: absolute;
}
#toshiba-story .text-absolute-content{
    position: absolute;
    bottom: 5%;
}
#toshiba-story .text-absolute .text-absolute-more{
    font-size: 1.2em;
}
@media (max-width: 940px) {
	.global-qrcode-wrapper {
	    position: absolute;
	    top: 0;
	    left: -105px;
	    width: 100px;
	    height: 50px;
	    background: rgba(255, 255, 255, 1);
	    -webkit-box-shadow: 0 8px 20px #ddd;
	    box-shadow: 0 8px 20px #ddd;
	    -webkit-transform: scale(0, 1);
	    transform: scale(0, 1);
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%;
	    opacity: 0;
	    -webkit-transition: all .4s;
	    transition: all .4s;
	}
	.global-qrcode-wrapper.open {
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	    opacity: 1;
	    -webkit-transition: all .4s;
	    transition: all .4s;
	}
    
}
@media (min-width: 940px) {
    .mobile{
        display: none;
    }
    .desktop{
        display:block;
    }
    .span_2_of_3{
        width: 64.5%;
    }
    .col{
    margin: 2.5% 0 0 3%;
    }
    .span_1_of_3{
        width: 32.5%;
    }
    .col:first-child {
        margin-left: 0 !important;
    }
    .text-absolute p{
        font-size:1em;
    }
    .text-absolute-new{
        margin-bottom: 10px;
    }
    .special-box .text-absolute{
        bottom: 10%;
    }
    p.text-absolute-title{
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .special-box .col:nth-child(1) .text-absolute p{
        font-size: 1.2em;
    }
    #toshiba-story .text-absolute .text-absolute-more{
        font-size: 1em;
        margin-top: 20px;
    }
    
    .special-box .text-absolute-title{
        margin-bottom: 30px;
    }
    .text-absolute .text-absolute-more{
        margin-top: 10px;
    }
    html {
        background-color: #fff;
    }
    .global-header .container{
    	width: 960px;
    }
    .container {
        width: 940px;
        /*        width:98%;
        max-width: 1280px;*/
        padding-left: 0;
        padding-right: 0;
    }
    .menu-video .menu-list-wrapper,
    .menu-history .menu-list-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .toshiba-mark-logo {
        left: 50%;
        margin-left: -460px;
    }
    .global-nav {
        width: 940px;
        height: auto;
        position: absolute;
        top: 64px;
        padding: 0;
        left: 50%;
        margin-left: -470px;
        text-align: right;
        display: block;
        background-color: inherit;
        padding-bottom: 0;
    }
    .global-nav ul li {

        padding-left: 40px;
        display: inline-block;
        border: none;
    }
    .global-nav ul li a {
        color: #fff;
        padding: 15px 0;
    }
    .global-nav ul li a:hover {
        opacity: .5;
    }
    .header-video {
        /*height: 450px;*/
        min-height: 400px;
        overflow: hidden;
    }
    .header-logo {
        padding-left: 0px;
        /*padding-top: 8px;*/
        height: 64px;
    }
    .global-header{
        height: 64px;
        border-bottom: none;
    }
    .header-logo img{
        height: 64px;
/*        margin-top: 5px;
        margin-left: 1px;*/
        padding: 0;
        margin-left: 0px;
    }
    .header-logo img.logo-china {
        margin-left: 70px;
        padding: 0;
        height: 14px;
        margin-top: 0;
        margin-bottom: -9px;
        vertical-align: 33px;
    }
    .header-lg-search,
    .header-lg-topnav {
        float: right;
    }
    .header-lg-search {
        margin-top: 15px;
        width: 240px;
        margin-right: 50px;
    }
    .header-lg-search input {
        font-size: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px 8px;
        display: inline-block;
        width: 170px;
    }
    .header-lg-search button {
        background-color: #ebebeb;
        padding: 6px 20px;
        border-radius: 4px;
        border: none;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        color: #333;
        font-weight: 700;
    }
    .global-share-wrapper {
        top: -60px;
        left: -225px;
        width: 220px;
        height: 110px;
    }
	.global-qrcode-wrapper {
	    position: absolute;
		top: -110px;
		left: -170px;
		width: 160px;
		height: 160px;
	    background: rgba(255, 255, 255, 1);
	    -webkit-box-shadow: 0 8px 20px #ddd;
	    box-shadow: 0 8px 20px #ddd;
	    -webkit-transform: scale(0, 1);
	    transform: scale(0, 1);
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%;
	    opacity: 0;
	    -webkit-transition: all .4s;
	    transition: all .4s;
	}
	.global-qrcode-wrapper.open {
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	    opacity: 1;
	    -webkit-transition: all .4s;
	    transition: all .4s;
	}
    .global-share-wrapper .weixin{
        line-height: 110px;
    }
    .global-share-wrapper .toshiba-icon{
        font-size: 30px;
    }
    .global-share-wrapper .weixin .toshiba-icon{
        font-size: 34px;
    }
    .global-share-wrapper .weibo::after{
        height: 80px;
        top: 15px;
    }
    .global-share-wrapper .weixin, .global-share-wrapper .weibo{
        width: 110px;
        height: 110px;
    }
    .global-share-wrapper .weixin-qcode{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .global-share-wrapper a.weibosharelink{
        display: block;
        width: 110px;
        height: 110px;
        line-height: 110px;
    }
    .global-share-wrapper a.weibosharelink:hover{
        text-decoration: none;
        color: #000;
    }
    .header-lg-search input:focus,
    .header-lg-search button:focus {
        outline: 1px solid #ddd;
    }
    .header-lg-topnav {
        text-align: right;
        width: 80px;
        padding-top: 10px;
        line-height: 1.3;
    }
    .header-lg-topnav a {
        display: inline-block;
        font-size: 12px;
        color: #333;
    }
    .header-lg-topnav a:hover {
        color: #333;
    }
    .menu-list-wrapper {
        margin-bottom: 50px;
    }
    .menu-list-more {
        margin-right: 0;
    }
    .menu-list-title {
        /* font-weight: 400; */
        /*color: #303030;*/
    }
    .menu-list-title::before {
        display: none;
    }
    .img-text-list .table-middle {
        height: 226px;
    }
    .img-text-list ul li span {
        display: block;
        width: 100%;
        font-size: 17px;
        color: #333;
        letter-spacing: 3px;
    }
    .img-text-list ul li p {
        font-size: 17px;
    }
    .img-text-list ul li a img {
        height: 68px;
        margin-top: 30px;
        margin-bottom: 32px;
    }
    .img-text-list ul li.c a img {
        margin-bottom: 12px;
    }
    .img-text-list ul li a span {
        margin-bottom: 4px;
        color: #333;
    }
    .img-text-list ul li a p {
        color: #333;
    }
    .img-text-list ul {
        margin-right: -3px;
        margin-left: -3px;
    }
    .img-text-list ul li {
        padding-left: 3px;
        padding-right: 3px;
    }
    .img-text-list ul li a {
        position: relative;
        top: 0px;
        -webkit-box-shadow: 0 0 0 #ddd;
        box-shadow: 0 0 0 #ddd;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .img-text-list ul li a:hover {
        border-color: #a9a1a1;
        background-color: #e5e5e5;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-shadow: 0 8px 20px #ddd;
        box-shadow: 0 8px 20px #ddd;
        top: -3px;
    }
    .article-hot-cover {
        /*-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));*/
        -webkit-mask-image:none;
    }
    .article-hot {
        height: 620px;
        overflow: hidden;
    }
    .article-hot-infos {
        position: absolute;
        top: 100px;
        right: 20px;
        text-align: right;
        color: #333;
    }
    .article-list ul li {
        width: 33.333333%;
        float: left;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding-right: 4px;
    }
    .article-item {
        border: 1px solid #fbf2f2;
        padding-bottom: 15px;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .article-item:hover {
        -webkit-box-shadow: 0 3px 50px #ddd;
        box-shadow: 0 3px 50px #ddd;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .article-list ul li.article-hot {
        width: 100%;
        float: initial;
        padding-right: 0px;
    }
    .article-cover {
        display: block;
        width: 100%;
        max-height: 176px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .article-cover img {
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995), -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    }
    .article-cover:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
        transition: transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995), -webkit-transform 1s cubic-bezier(0.335, 0.015, 0.46, 0.995);
    }
    .article-hot .article-title {
        line-height: 1.4;
        margin-top: 0;
        font-size: 28px;
    }
    .article-title {
        display: inline-block;
        font-size: 18px;
        width: 100%;
    }
    .article-marks {
        position: static;
        display: inline-block;
        vertical-align: 1px;
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .article-time {
        position: static;
        text-align: right;
    }
    .article-hot .article-marks,
    .article-hot .article-time {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .article-desc {
        margin-top: 0;
        color: #333;
        line-height: 1.8;
    }
    .article-hot .article-desc {
        margin-top: 45px;
    }
    .article-hot .article-marks {
        margin-top: 20px;
        display: block;
    }
    .article-mark {
        font-size: 14px;
    }
    .article-hot-more {
        margin-top: 20px;
        padding: 6px 40px;
        border: 1px solid #ddd;
        color: #000;
        display: inline-block;
    }
    .article-time {
        display: block;
        padding-right: 15px;
    }
    .article-hot .article-time {
        padding-right: 0;
    }
    .menu-history {
        width: 100%;
        padding: 0;
    }
    .menu-list-title {
        width: 940px;
        margin: auto;
    }
    .history-content {
        width: 940px;
        left: 50%;
        margin-left: -470px;
    }
    .history-content img {
        width: auto;
    }
    .history-content .history-text {
        width: 100%;
        margin-top: 80px;
        text-align: center;
        font-size: 32px;
        letter-spacing: 10px;
        font-weight: bold;
        line-height: 54px;
    }
    .history-content .history-text span {
        font-weight: normal;
        font-size: 28px;
        letter-spacing: 0px;
        font-style: italic;
    }
    .history-content .history-btn {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .history-content .history-btn a {
        background-color: #f00;
        padding: 12px 30px 12px 30px;
        color: #fff;
    }
    .video-swiper-container {
        width: 210px;
        height: 351px;
        float: left;
        margin-top: 20px;
    }
    .video-swiper-container .swiper-slide {
        width: 210px;
        height: 118px;
        background-color: #fff;
        cursor: pointer;
    }
    .video-swiper-container .swiper-slide .icon-play {
        display: block;
    }
    .video-swiper-container .swiper-slide img {
        display: block;
        -webkit-transform: none;
        transform: none;
        height: 118px;
        padding-top: 10px;
    }
    .video-infos {
        position: absolute;
        left: 45px;
        top: 120px;
        color: #fff;
    }
    .video-play {
        position: absolute;
        right: 40px;
        bottom: 40px;
        color: #fff;
        padding: 0 20px;
        line-height: 40px;
    }
    .video-play:hover {
        text-decoration: none;
        color: #fff;
    }
    .video-play .icon-play {
        font-size: 30px;
        vertical-align: middle;
        top: 0;
        margin-left: 15px;
    }
    .video-infos h4 {
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 5px;
        text-shadow: 2px 3px 2px #000;
    }
    .video-infos p {
        font-size: 16px;
        color: #333;
        margin-bottom: 5px;
    }
    .video-infos span {
        font-size: 16px;
        color: #333;
    }
    .menu-video .menu-list-wrapper {
        position: relative;
    }
    .menu-video .menu-list-title {
        padding-bottom: 30px;
    }
    .video-views {
        position: relative;
        width: 710px;
        height: 399px;
        float: left;
        margin-right: 20px;
        background-color: #ddd;
        display: block;
    }
    .header-video-bg {
        width: 100%;
    }
    .swiper-prev,
    .swiper-next {
        position: absolute;
        width: 30px;
        height: 30px;
        z-index: 10;
        right: 90px;
        cursor: pointer;
        color: #333;
    }
    .swiper-prev:hover,
    .swiper-next:hover {
        text-decoration: none;
    }
    .swiper-prev {
        top: -10px;
    }
    .swiper-next {
        bottom: -5px;
    }
    .swiper-prev .toshiba-icon,
    .swiper-next .toshiba-icon {
        font-size: 30px;
    }
    .video-swiper-container .swiper-wrapper {
        padding: 0;
    }
    .swiper-video-title,
    .swiper-video-date {
        margin-top: 0;
        bottom: 10px;
    }
    .swiper-video-title {
        color: #fff;
        left: 10px;
    }
    .swiper-video-date {
        color: #333;
        right: 10px;
    }
    .global-footer .container {
        position: relative;
    }
    .footer-doc {
        position: absolute;
        right: 0;
        top: 25px;
    }
    .footer-doc a:hover {
        color: #000;
    }
    .global-sidebar {
        right: 50%;
        width: 50px;
        margin-right: -540px;
    }
    .page-list {
        background-color: #fff;
    }
    .page-list-wrapper {
        width: 940px;
        margin: auto;
        overflow: hidden;
    }
    .page-list-wrapper .article-sidebar {
        margin-right: 20px;
    }
    .page-list-wrapper .articlelist {
        width: auto;
        overflow: hidden;
    }
    .page-list .global-nav {
        display: none;
    }
    .global-view-nav {
        background: url("../images/global-lg-topbg.jpg?new") repeat-x;
        background-size: cover;
    }

    .view-nav-wrapper ul {
        float: right;
    }
    .view-nav-wrapper ul li {
        display: inline-block;
        padding-left: 40px;
        letter-spacing: 4px;
    }
    .view-nav-wrapper ul li a {
        color: #fff;
        padding: 22px 2px;
        display: block;
    }
    .view-nav-wrapper ul li span {
        color: #fff;
        padding: 22px 2px;
        display: block;
    }
    .view-nav-wrapper ul li.active span {
        border-bottom: 5px solid rgba(255, 255, 255, .5);
        padding-bottom: 17px;
        color: #fff;
    }
    .view-nav-wrapper ul li.active span.nounderline {
        border-bottom: none;
        padding:10px;
        color: #fff;
        p
    }
    .view-nav-wrapper ul li a:hover {
        color: #fff;
    }
    .view-nav-logo {
        margin-top: 13px;
        float: left;
    }
    .global-view-nav-child{
        position: absolute;
        background-color: #1c4362;
        padding: 10px 0;
        margin-left: -32px;
        opacity: 0;
        z-index: 100;
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .notransform .global-view-nav-child{
        transform: none !important;
    }
    .global-view-nav-child.open{
        opacity: 1;
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    ul.global-view-nav-child li{
        display: block;
    }
    .global-view-nav-child ul li a{
        color: #fff;
    }
    .view-nav-wrapper li ul.global-view-nav-child li{
        padding: 0 10px;
    }
    .view-nav-wrapper li ul.global-view-nav-child li a{
        padding: 10px 10px;
    }
    .view-nav-wrapper li ul.global-view-nav-child li a{
        border-bottom: none;
    }
    .view-nav-wrapper li.active ul.global-view-nav-child li.active a{
        border-bottom:1px solid #fff;
    }

    .page-index .global-nav{
        overflow: inherit;
        display: none;
        /*background: url("../images/index-nav-pc-bg.png") repeat-x;*/
    }
    .global-nav ul li.index-nav-field{
        position: inherit;
        height: 50px;
        background:rgba(0,0,0,0);
    }
    .index-nav-field .global-nav-child{
        position: absolute;
        background-color: #ddd;
        padding: 10px 10px;
        margin-left: -30px;
    }
    .index-nav-field .global-nav-child li{
        padding-left: 0;
        display: block;
        text-align: left;
    }
    .index-nav-field .global-nav-child li{
        padding: 0;
    }
    .index-nav-field .global-nav-child li a{
        padding: 10px 0;
        color: #333;
    }
    .article-sidebar {
        float: left;
        width: 148px;
    }
    .article-sidebar-wrapper ul {
        display: block;
    }
    .article-sidebar-wrapper ul li {
        width: 100%;
        height: auto;
        text-align: left;
        margin: 0;
        padding: 0;
        border-right: none;
    }
    .article-sidebar-wrapper ul li img {
        width: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-left: 10px;
    }
    .article-sidebar-wrapper ul li a {
        display: block;
        line-height: 50px;
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: 1px solid #f8f8f8;
    }
    .article-sidebar-wrapper ul li a:hover {
        text-decoration: none;
    }
    .article-sidebar-wrapper ul li p {
        display: inline-block;
    }
    .article-sidebar-wrapper ul li.a p,
    .article-sidebar-wrapper ul li.e p,
    .article-sidebar-wrapper ul li.f p {
        margin-top: 0;
    }
    .global-marks ul {
        margin-right: 0;
    }
    .global-marks ul li {
        width: 100%;
    }
    .global-marks ul li a {
        display: inline-block;
        padding: 4px 10px;
    }
    .articlelist .articlelist-list .article-cover {
        margin-bottom: 0;
    }
    .articlelist .articlelist-list .article-item {
        margin-bottom: 0;
    }
    .articlelist .articlelist-list li {
        width: 50%;
        float: left;
        padding-left: 10px;
        margin-bottom: 22px;
        min-height: 460px;
    }
    .articlelist .articlelist-list .article-item {
        background-color: #fff;
        padding-bottom: 10px;
    }
    .loadmore {
        padding-left: 10px;
    }
    .page-view {
        background-color: #fff;
    }
    .page-view .global-nav{
        display: none;
    }
    .page-view-wrapper {
        width: 940px;
    }
    .article-view {
        width: auto;
        overflow: hidden;
    }
    .page-view-wrapper .article-sidebar {
        margin-right: 30px;
    }
    .page-view-wrapper .article-sidebar {
        width: 210px;
    }
    .article-sidebar-wrapper h3 {
        display: none;
    }
    .article-view-outlines em {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 700;
        display: inline-block;
    }
    .article-view-outlines {
        padding: 30px;
    }
    .article-view-outlines ul li:before {
        margin-right: 15px;
    }
    .page-videolist .global-nav {
        display: none;
    }
    .page-videolist .header-video-play {
        margin-left: 0;
        left: 0;
        bottom: auto;
    }
    .header-video-play:hover {
        color: #fff;
    }
    .header-video-infos {
        left: 60px;
        width: auto;
        text-align: left;
    }
    .header-video-infos p,
    .header-video-infos span {
        font-size: 17px;
    }
    .header-video-infos {
        top: 30%;
    }
    .header-video-play {
        margin-top: 20px;
        margin-left: -100px;
        -webkit-transform: none;
                transform: none;
    }
    .videolist-wrapper {
        padding-top: 10px;
    }
    .videolist-wrapper ul li {
        width: 33.333333%;
        float: left;
        margin-bottom: 20px;
        border: none;
    }
    .videolist-wrapper ul li .videolist-title {
        font-size: 16px;
    }
    .videolist-wrapper .videolist-cover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .videolist-wrapper ul li .icon-play {
        font-size: 30px;
        z-index: 100;
    }
    .videolist-wrapper ul li .videolist-desc,
    .videolist-wrapper ul li .videolist-date {
        padding-left: 0;
    }
    .videolist-wrapper ul {
        margin-right: -10px;
    }
    .videolist-wrapper ul li a {
        padding: 0;
        padding-right: 10px;
    }
    .videolist-wrapper ul li a:hover {
        opacity: .5;
        -webkit-transition: opacity .4s ease;
        transition: opacity .4s ease;
    }

    .page-field .global-nav{
        display: none;
    }


    .field-content{
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .energybg{
        background: url("../images/energy-bg.png") no-repeat right -30px;
    }
    .infrasbg{
        background: url("../images/infras-bg.png") no-repeat right -30px;
    }
    .elecbg{
        background: url("../images/elec-bg.png") no-repeat right -30px;
    }
    .digitalbg{
        background: url("../images/digital-bg.png") no-repeat right -30px;
    }
    .field-content-desc{
        width: 570px;
    }
    .field-list{
        margin-bottom: 50px;
    }
    .field-list ul{
        width: 50%;
        float: left;
    }
    .field-list ul.otherlist{
        width: 100%;
    }
    .field-list ul.otherlist .b4{
        width: 16.666666668%;
    }
    .field-list ul.otherlist .b6{
        width: 25%;
    }

    .article-same .article-desc{
        padding-right: 15px;
    }



    .nojs #videolist{
        display: none;
    }
    .nojs .videolist-nojs{
        display: block;
    }
    .nojs .videolist-nojs video{
        width: 100%;
    }
    .nojs .global-sidebar{
        display: none!important;
    }
    .nojs .global-view-nav-child{
        opacity: 1;
        transform: none;
    }
    .nojs .view-nav-wrapper{
        /*height: 250px;*/
    }
    .nojs .global-view-nav{
        background-size: cover;
    }
    .nojs .video-views,.nojs .video-swiper-container,.nojs .swiper-prev,.nojs .swiper-next{
        display: none;
    }
    .nojs .video-list-nojs{
        width: 100%;
        display: block;
    }
    .nojs .video-list-nojs video{
        width: 100%;
    }
    .nojs .history-wrapper{
        /*padding-bottom:30%;*/
        min-height: 420px;
        background: url("../images/history-bg.jpg") repeat-x;
    }
    .nojs .global-video-share {
        display: none;
    }
    .article-hot-mask{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            display: block;
        }
    #video-swiper-wrapper{
        margin-left: 0px;
        margin-right: 0px;
    }


    .global-video-share {
        position: absolute;
        right: 18px;
        top: 70px;
        color: #fff;
        cursor: pointer;
        transition: all .4s;
        padding: 2px 6px;
    }

    .video-share-wrapper{
        position: absolute;
        background-color: #fff;
        top:0;
        right: 50px;
        z-index: 99999;
        color: #000;
        cursor: default;
        padding: 10px 20px;
        border-radius: 4px;
        display: none;
    }
    .video-share-wrapper input{
        border: 1px solid #ddd;
        width: 320px;
        padding: 10px;
        border-radius: 4px;
        margin: 10px 0;
    }
    .video-share-wrapper .toshiba-icon.icon-jiantou-right{
        position: absolute;
        font-size: 30px;
        color: #fff;
        right: -18px;
        top: 2px;
    }
    .video-share-item{
        border-bottom:1px solid #ddd;
        padding: 10px;
        padding-left: 15px;
        position: relative;
    }
    .video-share-item:after{
        content: "";
        width: 5px;
        height: 5px;
        background-color: #888;
        position: absolute;
        left: 0;
        top: 17px;
        border-radius: 50%;
    }
    .video-share-item .video-share-tips{
        color: #1e587f;
        margin-left: 10px;
        display: none;
    }

    .video-share-item span{
        color: #666;
    }

    .video-share-item button{
        background-color: #1e587f;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        border-radius: 4px;
    }

    .video-share-wrapper .video-share-item:nth-child(2){
        border-bottom: none;
    }
    .global-video-share .icon-weibo{
        margin-right: 4px;
        vertical-align: 1px;
    }
    .global-video-share .toshiba-icon{
        font-size: 14px;
        display: inline-block;
    }
    .global-video-share .toshiba-icon.icon-share{
        font-size: 30px;
    }

    .menu-list-wrapper .sims-bg{
        padding-bottom: 48px;
    }

    .sims-top .high-title{
        font-size: 24px;
    }
    .sims-top{
        max-width: 600px;
        margin: auto;
    }
    .sims-list ul li{
        float: left;
        width: 33.333333%;
        padding: 0 20px;
    }
    .sims-list ul li a{
        height: 332px;
        display: flex;
    }
    .sims-list .sims-item-desc{
        display: block;
    }
    .sims-item .sims-item-title{
        font-size: 18px;
    }
    .sims-item .sims-item-desc{
        margin-bottom: 20px;
    }
    .sims-list ul li .a{
        background: url(../images/left-image-staging.png) no-repeat left top;
        background-size: cover;
    }
    .sims-list ul li .b{
        background: url(../images/center-image-staging.png) no-repeat left top;
        background-size: cover;
    }
    .sims-list ul li .c{
        background: url(../images/right-image-staging.png) no-repeat left top;
        background-size: cover;
    }


    .article-list-more{
        width: 50%;
    }

}
@media (max-width: 320px) {
    .img-text-list ul{
        margin-left: -1px;
    }
    .img-text-list ul li{
        font-size: 11px;
        padding-right: 0px;
        padding-left: 1px;
    }
    .img-text-list ul li p{
        font-weight: normal;
    }
    .img-text-list ul li a{
        border: 1px solid #ddd;
    }
    .header-video-play{
        padding: 8px 8px;
    }

}
