@charset "utf-8";
/* CSS Document */

/* common start */
html {
    overflow: auto;
    /*overflow-x: hidden;*/
    padding: 0;
    margin: 0;
    /*min-width: 990px;*/
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Meiryo UI', Arial, sans-serif;
    font-size: 100%;
    background: url(./image/header-bg.png) center top no-repeat, url(./image/partner_bg.png) center bottom no-repeat;
}

h1 {
    margin: 8px 0 30px 0;
    font-weight: normal;
    font-size: 2em;
    /*  letter-spacing: 5px; */
}

h2 {
    font-size: 1.6em;
}

h3 {
    color: #848484;
    margin: 0 0 20px 0;
    font-weight: normal;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 6px 0;
}

.link {
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}

.page {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.content-section {
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    max-height: 670px;
    min-height: 620px;
}

#section_07.content-section {
    border-bottom: none;
}

.hidden {
    display: none;
}

.content-container {
    padding: 10% 0;
    box-sizing: border-box;
    width: 100%;
    background-color: white;
}

.content-section .content-container h1 {
    /*display: none;*/
}

.content-section .content-container h1,
.content-section .content-container h2,
.content-section .content-container h3 {
    color: #c94727;
}
.title-right {
    margin-left: 50%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.point{
    color: #0086d1;
    font-weight: bold;
    padding: 3px;
}

p {
    line-height: 170%;
}

p, blockquote, ul, ol, dl {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-align: justify;
    font-family: 'Meiryo UI', Arial, sans-serif;
}

.float-left {
    float: left;
}

.float-right, .float-r {
    float: right;
}

/* common end */

/* header start */

.header {
    padding-top: 90px;
}

.oasis-logo {
    float: left;
    border: 0;
    width: 154px;
    height: 40px;
    background: url(./image/oasis_logo.png) no-repeat;
}

.logo-title {
    float: left;
    margin: 4px 0 0 10px;
}

.login {
    float: right;
    margin: 10px 0 0 0;
}

.login-button {
    padding: 6px 10px 6px 10px;
    border-radius: 3px;
    text-decoration: none;
    /*vertical-align: middle;*/
    cursor: pointer;
}

.login-button:hover {
    background-color: #E9F1F7;
}

.button-separator {
    padding: 0 6px;
}

.logo-title, .login-button, .button-separator {
    color: #1590d5;
    font-size: 1em;
    letter-spacing: 1px;
}

.top-free-button {
    background-color: #2890D3;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 1.2em;
}

.top-free-button:hover {
    opacity: 0.8;
}

.content section {
    position: relative;
}

.clear {
    clear: both;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

#privacy li {
    list-style-type: none;
    padding: 20px 0 4px 0;
    font-size: 1em;
    font-weight: bold;

}

.trial-link, .contact-link, .free-link {
    cursor: pointer;
}

.container {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/*navbar_menu start*/

.nav-menu {
    border-bottom-color: #eee;
    width: 100%;
    z-index: 10;
    background-color: #2890D3;
    text-align: center;
}

.navbar {
    margin: 0 auto;
    z-index: 10;
    display: inline-block;
}

.navbar > li {
    height: 36px;
    font-size: 1.5em;
    font-weight: normal;
    padding: 0.8em 1em 0.5em;
    text-align: center;
    /*color: #add8f0;*/
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
}

.nav-menu .navbar .select {
    color: white;
    background-color: #24497C;;
}

.nav-menu .navbar > li:not(.select):hover {
    background: #4BB0EA;
}

.navbar > li:nth-child(8) {
    display: none;
}
#nav_sub_menu {
    background: url(./image/sub-menu.png) no-repeat center center;
    width: 20px;
    height: 20px;
    vertical-align: -3px;
    display: inline-block;
}

ul.section-tabs {
    text-align: center;
    padding: 5% 0 0;
}

ul.section-tabs > li {
    display: inline-block;
    padding: 8px 5%;
    color: #2890D3;
    font-size: 1.2em;
}
ul.section-tabs.narrow-tabs > li {
    padding: 8px;
}

ul.section-tabs > li.select {
    color: #24497C;
    border: 2px solid #24497C;
    font-size: 1.3em;
}

ul.section-tabs li:not(.select):not(.disabled) {
    cursor: pointer;
}

ul.section-sub-tabs {
    position: absolute;
    margin-top: 15px;
    display: none;
}

.select ul.section-sub-tabs {
    display: block;
}

.section-sub-tabs li {
    display: inline-block;
    border: 1px solid;
    padding: 4px 10px;
    color: #2890D3;
    margin-right: 4px;
    line-height: 24px;
}

.section-sub-tabs li.select {
    background-color: #2890D3;
    color: white;
}

.section-sub-title {
    display: inline-block;
    border: 1px solid #2890D3;
    padding: 4px;
    color: #2890D3;
    font-weight: bold;
    margin-bottom: 10px;
}

/*navbar_menu*/

/*banner start*/

#topBanner {
    position: relative;
    max-height: 577px;
    overflow: hidden;
}

/*.banner-text {*/
    /*position: absolute;*/
    /*width: 350px;*/
    /*height: 150px;*/
    /*color: #124D9F;*/
    /*left: 8%;*/
    /*top: 36%;*/
/*}*/
/*.banner-text h1 {*/
    /*color: inherit;*/
    /*font-weight: bold;*/
/*}*/

.banner-image {
    background: no-repeat center;
    width: 100%;
    height: 80%;
    position: absolute;
    background-size: contain;
    background-image: url("./image/banner.png");
    right: 0%;
    top: 10%;
}

#solution_link li {
    display: inline-block;
    color: #1590d5;
    border-right: 1px solid #1590d5;
    padding: 0 10px;
    margin: 10px 0;
}

#solution_link li:last-child {
    border-right: none;
}
/*banner end */

/* *概要、产品、基数支持、报价、联系我们part_section*/

section {
    padding-top: 0px;
}

#section_07 .part06 {
    border-bottom: none !important;
    padding-top: 20px;
}

/* part text start*/
.text {
    width: 47%;
    margin: 10% 0 0 0;
}

.text-2 h1 {
    text-align: center;
}

#section_02 .text {
    width: 73%;
    margin: 40px 0 0 0;
}

.more {
    margin: 34px 0;
}

.more a {
    background: white;
    border: 1px solid #b8b8b8;
    color: #0066cc;
    padding: 8px 15px;
    border-radius: 4px;
}

.more a:hover {
    background: #F1F6FA;
}

/* part text*/

/*概要、产品、基数支持、报价、联系我们img*/

.content-image  {
    width: 48%;
    height: 300px;
    background: no-repeat center top;
    background-size: contain;
    position: relative;
    top: -15%;
    margin: 0% 1% 12%;
}
.content-image img {
    max-width: 100%;
    max-height: 100%;
}

.overview_pic01 {
    background-image: url("./image/overview_pic.png");
}

.overview_pic02 {
    background-image: url("./image/overview_02.png");
    margin-top: -2%;
}

.overview_pic03 {
    background-image: url("./image/overview_03.png");
    margin-top: -2%;
}

.overview_pic04 {
    background-image: url("./image/overview_04.png");
    margin-top: -3%;
}

.import_pic01 {
    background-image: url("./image/import_01.png");
}

.import_pic02 {
    background-image: url("./image/import_02.png");
    margin-top: -5%;
    width: 40%;
}

.import_pic03 {
    background-image: url("./image/import_03.png");
}

#qrcode_image {
    position: absolute;
    height: 16%;
    bottom: 22%;
    left: 70%;
}

#mobile_ios, #mobile_android {
    position: absolute;
    width: 48%;
    height: 14%;
    top: 81%;
}

#mobile_ios {
    left: 1%;
    background: url(./image/mobile_Appstore.png) no-repeat right center;
    background-size: contain;
}

#mobile_android {
    right: 1%;
    background: url(./image/mobile_GooglePlay.png) no-repeat left center;
    background-size: contain;
}

.image {
    display: block;
    float: right;
    width: 21%;
    height: 160px;
    background: rgb(249, 249, 249);
    margin: 0 10% 10%;
    border-radius: 3px;
    border: 1px solid #eee;
    cursor: pointer;
}

a.image:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #C0E3FF;
}

.shadow-pic {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: contain;
    margin: 0;
    background-origin: content-box;
    box-sizing: border-box;
}

.function_pic01 {
    background-image: url("./image/function_01_applicationDefinition.png");
}

.function_pic02 {
    background-image: url("./image/function_02_workflow.png");
}

.function_pic03 {
    background-image: url("./image/function_03_form.png");
}

.function_pic04 {
    background-image: url("./image/function_04_document.png");
}

.function_pic05 {
    background-image: url("./image/function_05_report.png");
}

.function_pic06 {
    background-image: url("./image/function_06_weblink.png");
}

.function_pic07 {
    background-image: url("./image/function_07_sharepage.png");
}

.function_pic08 {
    background-image: url("./image/feature_02_MobileApp.png");
    margin-top: -50px;
}

.feature_pic01 {
    background-image: url("./image/feature_01.png");
}

.feature_pic02 {
    background-image: url("./image/feature_02.png");
}

.feature_pic03 {
    background-image: url("./image/feature_03.png");
}

.solution_pic01 {
    background-image: url("./image/solution_01.png");
}

.solution_pic02 {
    background-image: url("./image/solution_02.png");
}

.solution_pic03 {
    background-image: url("./image/solution_03.png");
}

.solution_pic04 {
    background-image: url("./image/solution_04.png");
}

.solution_pic02_01 {
    background-image: url("./image/solution_02_01.png");
}

.solution_pic02_02 {
    background-image: url("./image/solution_02_02.png");
}

.solution_pic02_03 {
    background-image: url("./image/solution_02_03.png");
}

.solution_pic03_01 {
    background-image: url("./image/solution_03_01.png");
}

.solution_pic03_02 {
    background-image: url("./image/solution_03_02.png");
}

.solution_pic03_03 {
    background-image: url("./image/solution_03_03.png");
}

.solution_pic03_04 {
    background-image: url("./image/solution_03_04.png");
}

.solution_pic03_05 {
    background-image: url("./image/solution_03_05.png");
}

.solution-demo-menu {
    width: 20%;
}

.solution-demo-menu li {
    display: block;
    padding: 8px;
    text-align: center;
    border-style: solid;
    border-width: 0 2px 2px;
}

.solution-demo-menu-group {
    color: #ffffff;
    border-color: #bfbfbf;
    background-color: #92B0D4;
}

.solution-demo-menu-item {
    color: #bfbfbf;
    border-color: #bfbfbf;
}
.solution-demo-menu-group.active {
    background-color: #538ACD;
    border-color: #538ACD;
}
.solution-demo-menu-item.active {
    color: #353535;
    border-color: #538ACD;
}
.solution-demo-menu-item.active-prev {
    border-bottom-color: #538ACD;
}

.solution-image {
    width: 79%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 0.5%;
}

.solution-text {
    width: 79%;
    margin-left: 0.5%;
    margin-top: 2px;
    border: 2px solid #538ACD;
    padding: 10px;
    color: #124D9F;
    box-sizing: border-box;
}

#section_02 .content-container,
#section_04 .content-container  {
    padding: 3% 0;
}

#section_04 h3 {
    color: #038BD8;
    margin: 16px 0 2px;
}

.solution-table {
    border-collapse: collapse;
    table-layout: fixed;
}

.solution-table th {
    text-align: center;
    border: 2px solid;
    color: #ffffff;
}

.solution-table td {
    text-align: left;
    border: 2px solid #A4CEE7;
    padding: 10px;
    line-height: 30px;
    color: #124D9F;
}

.solution-table-image {
    width: 90%;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

/*联系我们img*/
.button {
    margin-left: 295.5px !important;
}

.contact_us {
    background-image: url(./image/contact_us.png);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    opacity: 0.8;
}

.contentR {
    float: right;
    width: 27%;
    margin-top: 5px;
}

.company_sub {
    padding: 4px 0 4px 10px;
    margin-bottom: 10px;
    background: #9ca9d3;
    color: white;
    border-top: 1px solid #dfdfdf;
    margin-top: 45px;
}

.company_sub_jp {
    padding: 4px 0 4px 10px;
    margin-bottom: 10px;
    color: white;
    margin-top: 45px;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#9ca9d3', endColorstr='white');
    background: -moz-linear-gradient(left, #9ca9d3, white);
    background: -o-linear-gradient(left, #9ca9d3, white);
    background: linear-gradient(to right, #9ca9d3, white);
}

.company_sub + p, .company_sub + p + p, .company_sub + p + p + p, .company_sub + p + p + p + p {
    padding-left: 10px;
}

.company_sub:first-of-type {
    margin-top: 2px;
}

.company_sub span {
    color: #BEBEBE;
    padding-left: 5px;
}

.contact-content {
    background: #eff8fe;
    border: 1px solid #d5d5d5;
    margin: 4px auto 10px;
    border-radius: 4px;
    width:73%;
    float:right;
}

.contact-content iframe {
    height: 540px;
    width: 100%;
    overflow-x: hidden;
}

.Contact {
    background: #1590d5;
    font-size: 1.1em;
    border: none;
    padding: 5px 6px 5px 28px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    line-height: 20px;
    height: 30px;
    margin: 0;
    border-bottom: 2px solid white;
    letter-spacing: normal;
}

/*公司联系方式*/
.content {
    /*height: 100%;*/
    /*  padding-top: 20px;*/
    /*	padding-bottom: 35px;*/
    /*margin-bottom: 4px;*/
}

.content h4 {
    margin: 0px;
    color: #777;
    font-weight: normal;
}

#section_05 .content-container  {
    padding: 1% 0 0;
}

#section_05 h3 {
    color: #038BD8;
}

.section-tabs .image-tab  {
    width: 160px;
    height: 60px;
    margin: 10px 6%;
    padding: 0;
}

.section-tabs .image-tab.select  {
    box-shadow: 0 0 16px #038BD8;
    border: none;
}

.partner-image {
    height: 420px;
    margin-right: 20px;
    float: left;
    margin-bottom: 8%;
}

.partner_image01 {
    background: url(./image/partner_01.png) no-repeat center center;
}

.partner_image02 {
    background: url(./image/partner_02.png) no-repeat center center;
}

.partner_image03 {
    background: url(./image/partner_03.png) no-repeat center center;
}

.partner_image04 {
    background: url(./image/partner_04.png) no-repeat center center;
}

.partner_image05 {
    background: url(./image/partner_05.png) no-repeat center center;
    background-size: auto 150% !important;
}

.partner_image06 {
    background: url(./image/partner_06.png) no-repeat center center;
}

.partner_image01, .partner_image02, .partner_image03, .partner_image04, .partner_image05, .partner_image06 {
    width: 247px;
    height: 85px;
    background-size: contain;
}

#section_05 .text {
    width: 70%;
    margin: 0 0 0 0;
}

#section_05 h3 {
    margin: 0 0 14px 0;
    font-weight: normal;
    font-size: 1.2em;
}

.partner_bg {
    background-image: url(./image/partner_bg.png);
    height: 187px;
    background-position: center bottom;
    z-index: -100;
    background-color: white;
}

.partner-industry, .partner-solution {
    padding: 10px;
    font-size: 1.2em;
    margin: 4px 10px;
    text-align: center;
}

.partner-industry {
    background-color: #1590d5;
    color: white;
}

.partner-solution {
    padding: 6px;
    background-color: white;
    color: #1590d5;
    border: 2px solid #1590d5;
}

/*成功案例start*/

/* pricing start*/

.pricing h2 {
    padding: 6px 0;
    text-align: center;
    color: #1590d5;
    font-weight: normal;
    border-bottom: 3px solid #1590d5;
}

.pricing h3 {
    color: #353535;
    font-size: 1em;
    margin: 4px 0;
}

.pricing ul li {
    float: left;
    width: 31.3%;
    padding: 0 1%;
}

.pricing-title-1 {
    width: 23%;
}

.pricing-title-2 {
    width: 48%;
}

ul .pricing-title-2 {
    display: none;
}

.pricing-title-1, .pricing-title-2 {
    float: left;
    text-align: center;
    border-bottom: 2px solid black;
    font-size: 1.7em;
    line-height: 30px;
    margin: 0 1% 15px;
}

.pricing {
    padding-top: 40px;
    padding-bottom: 20px;
}

.pricing h1, .content_fls {
    text-align: center;
    margin-bottom: 25px;
}

.pricing_02 ul {
    background: #81ce21;
}

.pricing_infor {
    padding: 20px 0 0 20px;
    color: #666;
}

.pricing_infor p {
    line-height: 13px;
    font-size: 0.8em;
}

.pricing_area ul {
    padding: 20px;
    border: 1px solid #d2d2d2;
    background: rgb(242, 247, 251);
    margin: 0 8px 0 8px !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.pricing_area ul li {
    font-size: 0.8em;
    color: #000;
    line-height: 26px;
    width: 100%;
}

.orange_color {
    color: #1590d5;
}

.lightgreen_color {
    color: #45A41C;
}

.ml10 {
    margin-left: 0;
}

.hr_style {
    border-width: 1px;
    border-top: 1px dotted #ccc;
}

.pricing a, .part05 a, .control-group a {
    color: #0066cc;
}

.pricing a:hover, .part05 a:hover, .control-group a:hover {
    color: #000EFF;
}

.pricing-head {
    height: 65px;
    text-align: center;
    color: white;
    font-size: 1em;
    line-height: 40px;
    padding: 8px 4px;
}

.sub-price-title {
    display: block;
    font-size: 0.8em;
    line-height: 20px;
}

.pricing-body {
    text-align: center;
    padding-bottom: 20px;
}

.pricing-price {
    line-height: 80px;
    font-size: 1.2em;
    font-weight: bold;
}

.pricing-button {
    margin: 0 40px;
    background-color: #3B7BC9;
    line-height: 40px;
    color: white;
    border-radius: 3px;
}
.pricing-button:hover {
    background-color: #568BCD;
}

.pricing-detail-line {
    padding: 2px 10px;
    line-height: 36px;
    border-bottom: 1px solid white;
    font-size: 0.8em;
}

.pricing_01 .pricing-price {
    font-size: 1.6em;
}

.pricing_01 .pricing-head {
    background-color: #A6A6A6;
}

.pricing_01 .pricing-body {
    background-color: #D9D9D9;
}

.pricing_01 .pricing-detail {
    background-color: #F2F2F2;
}

.pricing_02 .pricing-head {
    background-color: #376092;
}

.pricing_02 .pricing-body {
    background-color: #8DB4E2;
}

.pricing_02 .pricing-detail {
    background-color: #DCE6F2;
}

.pricing_03 .pricing-head {
    background-color: #215968;
}

.pricing_03 .pricing-body {
    background-color: #C3D69B;
}

.pricing_03 .pricing-detail {
    background-color: #EBF0DE;
}

.pricing_04 .pricing-head {
    background-color: #604A7B;
    /*line-height: 30px;*/
}

.pricing_04 .pricing-body {
    background-color: #B3A2C7;
}

.pricing_04 .pricing-detail {
    background-color: #CCC1DA;
}

.pricing-link {
    margin: 20px;
    float: right;
}

/* pricing*/
/* contact start*/
.contact_menu_area {
    width: 25%;
    padding: 0;
    margin: 0;
    float: left;
}

.contact_menu, .contact_menu_select {
    font-size: 1.1em;
    border-radius: 3px;
    padding: 10px 0 10px;
    margin: 4px 0;
    color: white;
    font-weight: bold;
    text-align: center;
}

.contact_menu {
    background: #A4CEE7;
    cursor: pointer;
}

.contact_menu_select {
    background: #1590d5;
}

.contact_menu_area li:not(.contact_menu_select):hover {
    background: rgb(84, 174, 239);
}

/*contact end*/

/*Overall_concept upwards*/

/*right_bottom 返回顶部 start*/
.jump-top-box {
    width: 55px;
    position: fixed;
    z-index: 999;
    display: block;
    right: 5px;
    visibility: visible;
    bottom: 10px;
}

.jump-top-box .jump-top {
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    max-height: 100%;
    width: 55px;
}

.jump-top-box .jump-top a {
    display: block;
    position: relative;
    background-image: url(./image/jump-to-top.png);
    width: 55px;
    height: 55px;
}

.jump-top-box .jump-top a:hover {
    background-image: url(./image/jump-to-top-hover.png);
}

/* ~~ 脚注 ~~ */
.footer {
    bottom: 0;
    width: 100%;
    height: 40px; /*脚部的高度*/
    clear: both;
    left: 0;
    padding: 12px 0 0 0;
    margin-top: 170px;
}

.copyright {
    width: 90%;
    margin-left: 20px;
    float: left;
    margin-top: 3px;
    font-size: 0.7em;
    color: #DBFFFF;
    opacity: 0.8;
}

.footer .link {
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin-bottom: 6px;
    font-size: 0.7em;
    float: right;
    margin-top: 5px;
    font-weight: bold;
}

.company_link {
    float: right;
    margin-left: 200px;
}

.footer a {
    color: #DBFFFF;
}

.footer a:hover, .footer a:focus {
    color: white;
    opacity: 1;
}

.footer p {
    display: inline-block;
    margin: 0px 15px 0px 0;
}

@media only screen and (max-width: 1023px) {

    .navbar > li {
        font-size: 1.3em;
        padding: 0.8em 0.8em 0.5em;
        height: 26px;
    }
    .top-free-button {
        margin-right: 0;
    }
    .content-image  {
        width: 40%;
    }
    .section-tabs .image-tab {
        width: 100px;
        height: 40px;
        margin: 10px 2%;
    }
}

@media only screen and (max-width: 830px) {
    body {
        font-size: 90%;
        background: url(./image/header-bg.png) 44% top no-repeat, url(./image/partner_bg.png) center bottom no-repeat;
    }
    .login {
        position: absolute;
        right: 0;
        top: 0;
    }
    .login-button, .button-separator {
        color: white;
    }
    .login-button:hover {
        color: #1590d5;
    }
    .top-free-button {
        border: 2px solid white;
    }
    .button-separator {
        padding: 0;
    }

    .navbar > li {
        padding: 0.8em 0.6em 0.5em;
    }
    /*.banner-text {*/
        /*left: 0;*/
    /*}*/
    .content-section {
        min-height: 480px;
    }
    .content-section#section_04{
        min-height: 520px;
    }
    .content-section#section_05,
    .content-section#section_06{
        min-height: 560px;
    }
    .content-section#section_07 {
        min-height: 650px;
    }
    .content-container {
        padding: 4% 0;
    }
    ul.section-tabs > li {
        padding: 8px 2%;
    }
    .section-tabs .image-tab {
        width: 90px;
        margin: 10px 1%;
    }

    .solution-table td {
        line-height: 25px;
    }
    .partner-image {
        height: 200px;
    }
    .sub-price-title, .pricing-detail-line {
        font-size: 0.7em;
    }
    .pricing-button {
        margin: 0 25px;
    }
}

@media only screen and (max-width: 700px) {
    .navbar > li {
        font-size: 1.2em;
        padding: 0.8em 0.8em 0.5em;
    }
    .menu-less {
        display: none;
    }
    .pricing ul li {
        width: 48%;
        margin-bottom: 10px;
    }
    .pricing_04 .pricing-head {
        line-height: 20px;
    }
    .pricing-head {
        height: 50px;
        line-height: 30px;
    }
    .sub-price-title {
        line-height: 16px;
    }
    .pricing-body {
        padding-bottom: 10px;
    }
    .pricing-button {
        line-height: 30px;
    }
    .pricing-price {
        line-height: 50px;
    }
    .pricing-detail-line {
        line-height: 26px;
    }
    .pricing_infor {
        padding: 10px 0 0 10px;
    }
    .image {
        height: 120px;
        margin: 0 5% 5%;
    }
    .function_pic08 {
        float: right;
        width: 56%;
        height: 300px;
        margin-top: 0;
    }
    #contactFrame, #trialFrame {
        height: 600px;
    }
    #supportFrame {
        height: 750px;
    }
}

@media only screen and (orientation: landscape) and (max-width: 700px) {
    body {
        background: url(./image/header-bg.png) 47% -25px no-repeat, url(./image/partner_bg.png) center bottom no-repeat;
    }
    .header {
        padding-top: 56px;
    }
    #solution_link {
        display: none;
    }
    .content-section {
        max-height: none;
        border-bottom: none;
    }
    .content-section#section_05 {
        min-height: 630px;
    }
    .content-container {
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 20px;
    }
    .content-image {
        width: 100%;
        height: 200px;
        margin-top: 0;
    }
    .float-right {
        float: none;
    }
    .hidden {
        display: block;
    }
    .section-tabs {
        display: none;
    }
    .content-section .content-container h1 {
        display: block;
    }
    .image {
        height: 120px;
        margin: 0 5% 5%;
    }
    .function_pic08 {
        float: right;
        width: 56%;
        height: 300px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 580px) {
    .navbar > li {
        padding: 0.8em 1em 0.5em;
    }
    .navbar > li.menu-less, .menu-less {
        display: none;
    }
    #section_07 {
        display:none;
    }
    .navbar > li:nth-child(8) {
        display:inline-block;
    }
    #phone_sub_menu {
        position: absolute;
        right: 2px;
        bottom: 45px;
        z-index: 11;
    }
    #phone_sub_menu li {
        padding: 8px 10px;
        background-color: #1590d5;
        color: #add8f0;
        font-size: 1.1em;
        border-bottom: 1px solid #add8f0;
    }
    .content-section#section_06,.pricing {
        border-bottom: none;
    }
}

@media only screen and (orientation: portrait) and (max-width: 810px) {
    .contact_menu_area {
        width: 100%;
        float: none;
    }
    .contact_menu, .contact_menu_select {
        padding: 10px;
        float: left;
        width: 24%;
        margin-right: 1%;
        box-sizing: border-box;
    }
    .contact-content {
        width: 99%;
        float: none;
    }
    .Contact {
        display: none;
    }
}

@media only screen and (orientation: portrait) and (max-width: 580px) {
    body {
        background: url(./image/header-bg.png) 47% -10px no-repeat, url(./image/partner_bg.png) center bottom no-repeat;
    }
    .content-section {
        max-height: none;
        border-bottom: none;
    }
    .content-container {
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 20px;
    }
    .content-section#section_06, .pricing {
        border-bottom: none;
    }
    .content-image {
        width: 100%;
        height: 200px;
        margin-top: 0;
    }
    .float-right {
        float: none;
    }
    .hidden {
        display: block;
    }
    .section-tabs {
        display: none;
    }
    .content-section .content-container h1 {
        display: block;
    }
    .solution-demo-menu {
        width: 30%;
    }
    .solution-image, .solution-text {
        width: 69%;
    }
}

@media only screen and (orientation: portrait) and (max-width: 530px) {
    body {
        background: url(./image/header-bg.png) 60% -10px no-repeat, url(./image/partner_bg.png) center bottom no-repeat;
    }
    .page {
        padding: 0 10px;
    }
    .header {
        padding-left: 10px;
    }
    .oasis-logo {
        float: none;
        height: 30px;
        background-size: contain;
    }
    .logo-title {
        margin: 2px 0;
    }
    .logo-title, .login-button, .button-separator, .top-free-button {
        font-size: 1em;
    }
    .login-button {
        padding: 6px;
    }
    #solution_link {
        display: none;
    }
    .banner-image {
        width: 100%;
        position: static;
    }
    #nav_sub_menu {
        vertical-align: -7px;
    }
    .image {
        margin: 0 20% 5%;
        width: 60%;
        float: none;
    }
    .partner-image {
        width: 100%;
        height: auto;
        float: none;
    }
    .partner_image01, .partner_image02, .partner_image03, .partner_image04, .partner_image05 {
        width: 100%;
    }
    .pricing-head {
        padding: 8px 0px;
    }
    .pricing-price {
        font-size: 1em;
    }
    .pricing-detail-line {
        padding: 2px 6px;
    }
    .pricing-link {
        margin: 10px 4px;
    }
}