@charset "UTF-8";

body {
    text-align: center;
    margin: 0;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    overflow-x: hidden;
}
.importtext {
    font-weight: initial;
}
strong {
    font-weight: bold;
    color: #0033ff;
}
.max_width {
    width: 1920px;
}

.title_info{
    font-size: 60px;
    font-weight: initial;
    margin-bottom: 32px;
}
.title_description {
    margin: 0 12px;
    font-size: 18px;
    letter-spacing: 16px;
}

.services_item_header{
    font-size: 22px;
    font-weight: initial;
    line-height: 100px;
    /*padding-top: 60px;*/
}
.services_table{
    margin: 100px 0;
    border-spacing: 0;
    width: 100%;
}
.service_item_info {
    height: 160px;
}
.services_table_col0{
    border-right: lightgray 2px solid;
}
.services_table_col1{
    border-right: lightgray 2px solid;
}
.services_table_col2{

}

.sharecontent-contain h2 {
    font-size: 24pt;
}
.sharecontent-contain {
    margin-top: 62px;
}

.sharecontent-contain p {
    margin: 32px 0 40px 0;
}

.sharecontent-flags .shareflag {
    width: 18%;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: -1px -4px;
    /*border-width: 2px;*/
    border-color: #f3f3f3;
    /*border-style: solid;*/
}

.sharecontent-flags {
    margin: 20px 0;
}

.sharecontent-flags .shareflag .shareflag-icon {
    /*padding-top: 100%;*/
    background-repeat: round;
    margin: 3px;
    /*height: 80px;*/
    /*display: inline-block;*/
}

.sharecontent-flags .upside {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.sharecontent-flags .verticalcenter {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.sharecontent-flags .bottomside {
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.sharecontent-flags .rightside {
    border-left-width: 2px;
    border-left-style: solid;
}

.sharecontent-flags .horizontalcenter {
    border-left-width: 2px;
    border-left-style: solid;
    /*border-right-width: 2px;*/
    /*border-right-style: solid;*/
}

.sharecontent-flags .leftside {
    /*border-right-width: 2px;*/
    /*border-right-style: solid;*/
}

@media screen and (max-width: 600px) {
    .title_info{
        font-size: 24px;
    }
    .contain-container {
        margin: 0;
        /*animation: contain-container-anim 0.5s ease-out;*/
    }
    .title_description {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
    .title_info{
        font-size: 48px;
    }
    .title_description {
        font-size: 12px;
    }
}
