@charset "utf-8";
/* css document */

* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1024px;
    font-family: 'myriad-pro', sans-serif, Verdana, times, serif, courier, source-sans-pro, 'Arial Black';
    font-style: normal;
    background-color: #fff;
}

/* common properties */
a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* The common layout table style */
.layout-table {
    border-collapse: collapse;
}

.layout-table th {
    padding: 0;
}

.layout-table td {
    padding: 0;
}

.trade_mark
{
    font-size: 50%;
    font-weight: 300;
    vertical-align: super;
}

/* containers */
.container
{
    width: 100%;
}

.fixed_header_container
{
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.header_contents_container
{
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

.header_left
{
    margin-top: 12px;
    float: left;
}

#header_app_logo
{
    width: 32px;
    height: 32px;
    display: block;
}

#header_app_spacing {
    width: 20px;
    height: 1px;
}

#header_app_name
{
    font-weight: bold;
    font-size: large;
    color: #111;
}

#header_app_name span
{
    font-weight: 300;
    color: #555;
}

.header_right
{
    margin-top: 12px;
    font-size: small;
    float: right;
}

/* download buttons */
#header_download_button
{
    width: 148px;
    height: 32px;
    line-height: 32px;    /* vertical align impl */
    border-radius: 6px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #2c6;
}

#header_download_button:hover {
    background-color: #3d8;
}

#intro_download_button
{
    width: 194px;
    height: 48px;
    line-height: 48px;    /* vertical align impl */
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #2c6;
}

#intro_download_button:hover {
    background-color: #3d8;
}

/* buy buttons */
#header_buy_button
{
    width: 110px;
    height: 32px;
    margin-left: 20px;
    line-height: 28px;    /* vertical align impl: height - 2*border-width (because of box-sizing is border-box) */
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    color: #111;
    background-color: #fff;
    border: 2px solid #ccc;
}

#header_buy_button:hover {
    border-color: #17e;
}

#intro_buy_button
{
    width: 140px;
    height: 48px;
    margin-left: 40px;
    line-height: 44px;    /* vertical align impl: height - 2*border-width (because of box-sizing is border-box) */
    text-align: center;
    box-sizing: border-box;
    display: block;
    color: #111;
    background-color: #eee;
    border-radius: 8px;
    border: 2px solid #ccc;
}

#intro_buy_button:hover {
    background-color: #fff;
    border-color: #17e;
}

/* all the text or image contents are in a  item_contents_container. */
.item_contents_container
{
    width: 1024px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
    color: #111;
}

/* main container */
.main_container
{
    width: 100%;
    margin-top: 56px;
}

/* intro */
.item_intro_container
{
    width: 100%;
    height: 560px;
    background-image: url('https://cdn.paint-x.com/cdnpaintx/webres/img/infobg.jpg');
    background-color: #505050;
    background-size: cover;
}

#intro_main_table {
    width: 100%;
    height: 100%;
    color: #fff;
}

#intro_app_logo {
    width: 288px;
    height: 288px;
}

#intro_app_name
{
    margin-bottom: 30px;
    font-size: 66px;
    font-weight: 500;
}

#intro_app_name span
{
    font-weight: 300;
    color: #eee;
}

#intro_app_subtitle
{
    margin-bottom: 30px;
    font-size: 32px;
    color: #eee;
}

#intro_app_desc
{
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 17px;
    color: #eee;
}

/* common item section */
.item_container
{
    width: 100%;
    background-color: #fafafa;
}

.item_alt_container
{
    width: 100%;
    background-color: #f1f1f1;
}

.item_footer_container
{
    width: 100%;
    background-color: #333;
}

/* detail items */
.detail_item_header_container
{
    width: 85%;
    margin: 20px auto;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
}

.detail_item_subtitle_container
{
    width: 85%;
    margin: 5px auto 50px auto;
    line-height: 1.5;
    font-weight: normal;
    font-size: medium;
    text-align: center;
}

.detail_item_image_container
{
    width: 100%;
    text-align: center;
}

.detail_item_screenshot
{
    /* border: 5px solid blue; */
}

/* all features section */
.item_all_features_container
{
    width: 1024px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 60px;
}

#all_features_arrow
{
    font-size: 80%;
    font-weight: 300;
}

#all_features_button
{
    margin: 0 auto;
    padding: 5px 5px 5px 45px;
    text-align: center;
    font-size: xx-large;
    border-style: none;
    border-width: 0;
    outline-style: none;
    outline-width: 0;
    color: #06c;
    display: block;
    background-image: url('https://cdn.paint-x.com/cdnpaintx/webres/img/features.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 36px 36px;
    background-color: transparent;
}

#all_features_button:hover {
    cursor:pointer;
    color: #39f;
}

/* All features contents here. */
#all_features_div
{
    padding-left: 18%;
    padding-right: 10%;
    line-height: 1.5;
}

#all_features_div ul {
    padding-left: 1em;
}

#all_features_div h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
}

/* Cannot change the following two classes name. */
.hide_div {
    display: none;
}

.show_div {
    display: block;
}

/* footer */
.footer_contents_container
{
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #eee;
}

.footer_about_container
{
    width: 100%;
    margin-bottom: 30px;
    font-size: large;
}

.footer_about_container table {
    height: 100%;
    margin: 0 auto;
}

.footer_about_container p {
    padding-left: 30px;
    padding-right: 30px;
}

.footer_link_button
{
    color: #eee;
}

.footer_link_button:hover {
    text-decoration: underline;
}

#footer_copyright_item
{
    display: block;
}

.footer_reg_desc_container
{
    width: 100%;
    text-align: center;
    font-size: small;
}

/* used by privacy policy */
.pp_container
{
    font-family:Verdana, 'Open Sans', sans-serif, "Helvetica Neue", Arial, Helvetica;
    width:1180px;
    height:100%;
    margin:0 auto;
    line-height: 1.6;
}

.pp_main
{
    width:100%;
    height:100%;
    margin: 40px auto;

    /* The border stroke */
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    border-radius: 6px;
    color: #333;
    background-color: #fff;
}

.pp_main_contents
{
    width: 80%;
    margin: 0 auto;
}

.pp_main_contents h1
{
    margin: 40px;
    text-align: center;
}

.pp_main_contents h2
{
    margin-bottom: 5px;
    font-weight: normal;
    font-size: xx-large;
}

.pp_main_contents h3
{
    margin-bottom: 5px;
    font-weight: normal;
    font-size: large;
}

.pp_main_contents p
{
    margin-bottom: 5px;
    color: #555;
}

.pp_main_contents ul
{
    margin-left: 2em;
}

/*
  Release main css:
    v0.0.2 (2019.2.12 7:31 PM)
    v0.0.3 (2026.4.29 14:41)
*/
