@charset "utf-8";



/*--------------------------------------------------
NoScript Message
--------------------------------------------------*/
.gwi-noscript-message {
	padding: 40px 90px 22px 40px;
	border-bottom: solid 5px #fff;
	position: relative;
	background: #f6f6f6;
}
.gwi-noscript-message .gwi-texts {
	margin: 0;
}
.gwi-noscript-message .gwi-texts .gwi-headline {
	margin-bottom: 5px;
}
.gwi-noscript-message .gwi-texts p {
	margin-bottom: 18px;
	line-height: 1.33333;
	font-size: 0.938em;
}
/*--------------------------------------------------
@media only screen and (max-width: 640px){
	.gwi-noscript-message {
		padding: 35px 20px 27px;
	}
	.gwi-noscript-message .gwi-texts p {
		margin-bottom: 8px;
		line-height: 1.5;
		font-size: 1em;
	}
}
--------------------------------------------------*/


/*--------------------------------------------------
redline (pc only)
--------------------------------------------------*/
.gwi-redline {
	position: fixed;
	top: 0px;
	z-index: 8000;
	width: 100%;
	height: 3px;
	background: url(../img/pc_mitsubishi_redline.png) top center repeat-x fixed;
}

/*--------------------------------------------------
@media only screen and (max-width: 640px){
	.gwi-redline {
		position: absolute;
	}
}

--------------------------------------------------*/

/*--------------------------------------------------
header and includes it
--------------------------------------------------*/
 /* 头部 */
    header.gwi-container {
        position: relative;
        height: 65px;
    }
    .futuresolutions-header{
        width: 100%;
        background: #fff;
        z-index: 10;
    }
    .futuresolutions-header section{
        width: 100%;
    }
    .gwi-redline {
        position: absolute;
        top: 0px;
        z-index: 8000;
        width: 100%;
        height: 3px;
        background: url(../images/pc_mitsubishi_redline.png) top center repeat-x fixed;
    }
    header.gwi-container .gwi-header-upper {
        height: 65px;
    }
    header.gwi-container .gwi-header-upper:after {
        display: block;
        clear: both;
        content: '';
    }
    header.gwi-container .gwi-logo {
        width: auto;
        position: relative;
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 100%;
    }
    header.gwi-container .gwi-logo img {
        width: auto;
        height: 35px;
        padding: 0 16px;
    }
    .gwi-logo .gwi-countryname {
        line-height: 1;
    }
    .gwi-logo .gwi-countryname .gwi-countryname-inner {
        line-height: 1;
        font-size: 14px;
        font-weight: bold;
        font-family: "Helvetica","Arial",sans-serif;
    }
    /* //头部 */

/*--------------------------------------------------
footer and includes it
--------------------------------------------------*/
 /* 底部 */
    .footer-area .fut-about-area {
        margin-top: 10px;
        padding: 10px 0;
        text-align: center;
        background-color: #dbdbdb;
    }
    .footer-area .fut-about-area .fut-about-detail {
        padding-right: 0;
        text-align: center;
    }
    .footer-area .fut-about-area .fut-about-detail span {
        margin: 0 0 10px 0;
        display: block;
        font-size: 14px;
        font-weight: bold;
    }
    .footer-area .fut-about-area .fut-about-detail span img{
        width: 100%;
    }
    .pc_scsmod-wechat-official .pc_scsmod-wechat-qrbox {
        background-color: #fff;
        box-shadow: 0 0 16px rgba(0,0,0,0.5);
        display: none;
        left: 50%;
        margin-left: -100px;
        position: absolute;
        bottom: 100%;
        width: 200px;
        height: 200px;
        z-index: 999;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .footer-area .fut-about-area .fut-about-detail a {
        position: relative;
        margin: 0 10px;
        display: inline-block;
        font-size: 0;
        vertical-align: middle;
    }
    .footer-area .fut-ps-area {
        overflow: hidden;
        background-color: #dbdbdb;
        color: #333;
        font-size: 12px;
    }
    .footer-area .fut-ps-area .fut-ps-detail-r a {
        position: relative;
        margin: 0;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #fff;
        text-decoration: none;
        color: #333;
    }
    .footer-area .fut-ps-area .fut-ps-detail-r a:after {
        content: '>';
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 5px;
        height: 8px;
        /* background: url(../images/icon-right-01.png); */
        background-size: 100% 100%;
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer-area .fut-ps-area .fut-ps-detail-l {
        padding: 10px 0 10px 10px;
    }
    /* //底部 */
