*{
    word-break: break-word; 
    word-wrap: break-word;
}

html,body{
    font: normal  14px / 22px Open Sans,Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    word-spacing: normal;
    color: #1a1a1a;
}

a:hover {text-decoration: none;}

img {vertical-align: top;}

textarea{resize: none;}
table{max-width: 100% !important;}
table *{word-break: normal;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('//cdn.xuansiwei.com/zje2012487/librarys/webfonts/OpenSansCondensed-Bold.eot');
    src: url('//cdn.xuansiwei.com/zje2012487/librarys/webfonts/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('//cdn.xuansiwei.com/zje2012487/librarys/webfonts/OpenSansCondensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    src: url('//cdn.xuansiwei.com/zje2012487/librarys/webfonts/OpenSans-Regular.eot');
    src: url('//cdn.xuansiwei.com/zje2012487/librarys/webfonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('//cdn.xuansiwei.com/zje2012487/librarys/webfonts/OpenSans-Regular.ttf') format('truetype');
}

h1,h2,h3{
    color: #17a048;
    font: normal bold 24px / 32px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.h4-size{
    color: #17a048;
    font: normal normal normal 20px / 22px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: uppercase;
}

.font-open-bold{font-family: "Open Sans Condensed";}

.font-size1{font-size: 32px;}
.font-size2{font-size: 20px;}
.font-size3{font-size: 18px;}
.font-size4{font-size: 16px;}
.text-small{font-size: 12px;}

.text-gray1{color: #666;}
.text-gray2{color: #999;}
.text-gray3{color: #dee2e6;}
.text-light-blue{color: #949fb2;}
.text-org{color: #ff5501;}

.text-nouppercase{text-transform: none;}
.w-15{width: 15%;}
.cursor-pointer{cursor: pointer;}
.text-decoration{text-decoration: underline;}
.dashed-border-top{border-top: 1px dashed #dee2e6;}
.img-box img{
    height: auto;
    width: 100%;
}


@media (min-width: 768px) {

    h1,h2{
        color: #17a04;
        font: normal bold 34px / 40px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
        text-transform: uppercase;
    }
    h3{
        color: #17a04;
        font: normal normal normal 26px / 32px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
        text-transform: uppercase;
    }
}

