/*----------------------------------------------------reset----------------------------------------------------*/

html {
    color: #000; /*  background: #e6ecf8;  */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

fieldset, img, button {
    border: 0;
}

input {
    border: 0;
    outline: none;
}


body * {
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #adb6be;
    color: #393939;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding-top: 86px;
}

table {
    border-collapse: separate;
}

/*body > div:first-child {position: fixed; top: 0;left: 0;bottom:0; right:0;display: flex;}*/
select {
    background-color: rgba(0, 0, 0, 0);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #364A63;
}

input:disabled, select:disabled { /*    background-color: rgb(235, 235, 228) !important; color: rgb(84, 84, 84) !important;*/
}

input[warning], select[warning] {
    background-color: rgb(251, 230, 199) !important; /*color: rgb(84, 84, 84) !important;*/
}

a {
    text-decoration: none;
    display: block;
    text-align: center;
}

.company {
    display: none;
}

table { /*    border-collapse: collapse; border: none;*/
}

input::-webkit-input-placeholder {
    color: #adb6be;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #adb6be;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #adb6be;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adb6be;
}

.path1, .path2, .path3, .path4, .path5, .path6, .path7, .path8, .path9, .path10, .path11, .path12, .path13, .path14, .path15 {
    font-family: "h_icomoon";
}

.form-required {
    content: "*";
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    line-height: 1;
}

i {
    color: #ff4d4f;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
::before, ::after {
    font-family: 'icon-sharp-solid';
}


/*用戶head*/
.user_head {
    background-color: #fff36f;
}

.user_head > div {
    display: flex;
    flex-direction: row;
}

.user_head > div > ul {
    display: flex;
    flex-direction: row;
}

.user_head > div > ul > li {
}

.user_head > div > ul > li {
}

@media only screen and (min-width: 1240px) {
    .section_wrapper, .container {
        max-width: 1200px;
    }
}

.mcb-section {
    padding-top: 70px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/www/images//home_cleaner_call-us_bg.jpg");
}

.mcb-wrap-inner {
    display: flex;
    justify-content: space-between;
}

.mcb-column-one {
    width: 73%;
    margin: 0 1% 40px;
}

.mcb-column-one > div {
}

.mcb-column-one > div > h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #98631d;
}

.mcb-column-one > div > h2 > strong {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
    color: #98631d;
}

.mcb-column-two {
    width: 23%;
}

.mcb-column-two > div {
}

.mcb-column-two > div > a {
    background-color: #f7f7f7;
    color: #747474;
    cursor: pointer;
    padding: 10px 20px;
    font-size: inherit;
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 5px;
}

.mcb-column-two > div > a > span {
}

.mcb-column-two > div > a > span:nth-child(1) {
}

.mcb-column-two > div > a > span:nth-child(1) > i {
}

.mcb-column-two > div > a > span:nth-child(2) {
    color: #747474;
}
