/*----------------------------------------------------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: #444444;  }
.container{max-width: 1220px; margin: 0 auto; position: relative;}
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;}
button {
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}
/*分頁樣式*/
.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
}

.page > div {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.page > div > p {
    font-size: 13px;
}

.page > div > p > span {
    font-size: 13px;
}

.page > div > ul {
    display: flex;
    flex-wrap: wrap;
}

.page > div > ul > li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page > div > ul > li:nth-child(1) > a, .page > div > ul > li:nth-last-child(1) > span, .page > div > ul > li:nth-last-child(1) > a, .page > div > ul > li:nth-child(1) > span {
    background-color: #ffdd00;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 20px;
    padding: 0 2px 4px 2px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    color: #fff;
}

.page > div > ul > li > span {
    background-color: #c69b00;
    color: #fff;
    padding: 4px;
    line-height: 16px;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.page > div > ul > li > a {
    font-size: 13px;
}

.page > div > div {
}

.page > div > div > span {
}

/*導航*/
.top_bar{background-color: #ffdd00;}
nav{display: flex; justify-content:space-between; align-items: center;padding: 10px 0;}
.logo{}
.logo>a>img{width: 200px;}
.menu{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.menu>li{
    margin: 0 18px;
    z-index: 203;
    display: block;
}
.menu>li>a{/*padding: 25px 0;*/}
.menu>li>button{
    padding: 8px 24px;
    background-color: #fff996;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    border-radius: 33px;
    cursor: pointer;
}
.menu>li>button:before {
   /* content: "\f4d6";*/
    font-size: 15px;
    font-family: 'harry-icon';
    color: #a06305;
}
.menu>li>button span{
    font-size: 15px;
    color: #a06305;
    display: block;
    line-height: 28px;
    white-space: nowrap;
    margin-left: 5px;
}
.menu>li>button:hover{
    background-color: #532603;
}
.menu>li>button:hover:before{
    color: #e6d843;
}
.menu>li>button:hover span{
    color: #e6d843;
}

/**/
.user_but{
    padding: 8px 24px;
    background-color: #fff996;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    border-radius: 33px;
    cursor: pointer;
}
.user_but:before {
    content: "\f4cb";
    font-size: 15px;
    font-family: 'harry-icon';
    color: #a06305;
}
.user_but span{
    font-size: 15px;
    color: #a06305;
    display: block;
    line-height: 28px;
    white-space: nowrap;
    margin-left: 5px;
}
.user_but:hover{
    background-color: #532603;
}
.user_but:hover:before{
    color: #e6d843;
}
.user_but:hover span{
    color: #e6d843!important;
}
.loginAccount:before{
    content: "\f4e0";
}
.menu>li>a>span{font-size: 15px; color: #a06305; display: block; line-height: 28px; white-space: nowrap;}
.menu>li>a>span:hover{color:#7c4f00;}
.active>a{
}
.active>a span{
    color: #7c4f00!important;
    border-bottom: 2px solid #f39e0c;
}
.active_but{

}
.active_but a{
    /*color: #e6d843!important;*/
    background-color: #532603;
}
.active_but a:before{
    color: #e6d843!important;
}
.active_but a span{
    color: #e6d843 !important;
}

.user_dis{display: none!important;}
.user_show{display: block!important;}


/*用戶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;}
/*footer*/
/*.footer{border-top: 1px solid rgba(195, 201, 213, 0.9);margin-top: 50px;}
.footer>div{padding: 20px 0;}
.footer>div>p{display: flex;}
.footer>div>p>a{}*/

/*登录界面弹框*/
.login_frame{
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0000000f;
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}
.login_close{
    position: absolute;
    right: 5px;
    top: 5px;
}
.login_close>button{
    border-radius: 20px;
    border: 1px solid #c7c7c7;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #ffc800;
    cursor: pointer;
}
.login_close>button:before {
    content: "\f57d";
    font-size: 15px;
    font-family: 'harry-icon';
    color: #a06305;
    font-weight: bold;
}
.login{
    position: relative;
    margin: 0 auto;
    width: 500px;
    padding: 50px;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 8px;
}
.login_title{}
.login_title h1{
    font-size: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 50px;
    color: #212121;
    font-weight: normal;
    line-height: 1.2;
}
.login > ul{

}
.login > ul > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.login > ul > li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    flex-direction: row;
}

.login > ul > li > span {
    width: 60px;
    display: block;
    padding: 8px;
    font-size: 15px;
}

#code{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#code>input{
    width: calc(100% - 239px);
}
#code>img{
    width: 168px;
    margin-left: 5px;
}
#code>div{
    background-color: #e1e1e1;
    border: unset;
    border-radius: 4px;
    line-height: 12px;
    color: #a06305;
    font-size: 16px;
    width: 39px;
    height: 39px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-left: 5px;
}
#code>div>span{

}
#code>div>span:before{
    font-size: 19px;
    color: #ffffff;
}
.login > ul > li > div {
    width: calc(100% - 60px);
}

.login > ul > li > div > select, .login > ul > li > div > input {
    text-indent: 6px;
    color: #3d3d3e;
    width: calc(100% - 20px);
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    border-radius: 5px;
}
.login > ul > li > div > select{
    width: 100%;
}
.login > ul > li > div > p{
    color: #e0a800;
}

.login > ul > li > div > select::-webkit-input-placeholder, .login > ul > li > div > input::-webkit-input-placeholder, .login > ul > li > div > textarea::-webkit-input-placeholder {
    color: #b4b4b4;
}

.login > ul > li > div > select::-moz-placeholder, .login > ul > li > div > input::-moz-placeholder, .login > ul > li > div > textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b4b4b4;
}

.login > ul > li > div > select:-moz-placeholder, .login > ul > li > div > input:-moz-placeholder, .login > ul > li > div > textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b4b4b4;
}

.login > ul > li > div > select:-ms-input-placeholder, .login > ul > li > div > input:-ms-input-placeholder, .login > ul > li > div > textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

.loginFooted{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.loginFooted button{
    box-shadow: 0 1px 3px 0 rgba(33, 150, 243, 0.21);
    background-color: #ffdd00;
    border: unset;
    border-radius: 28px;
    line-height: 38px;
    color: #a06305;
    font-size: 18px;
    width: 150px;
}
/*頁腳*/

#footer{
    background-image: url("/www/images/home_cleaner_footer_bg.jpg");
    background-repeat: round;
    background-position: center top;
}
#footer>div{padding: 15px 0;margin: 0 auto; position: relative;}
#footer>div>div{display: flex;flex-direction: row; justify-content: space-around;}

.footer_con{}
.footer_con>div{margin: 0 1% 0; width: 23%; color: #aebdc6;}
.footer_con>div>aside{padding: 15px 0; margin-bottom: 0;margin-top: 30px;font-size: 13px; line-height: 21px; font-weight: 400; letter-spacing: 0px;}
.footer_con>div>aside>div{}
.footer_title_one{margin-bottom: 20px;}
.footer_title_one>p{margin:20px 0 15px;color: #aebdc6;}
.footer_title{display: flex; flex-direction: row;margin-bottom: 15px;}
.footer_title>img{width: 13px;margin: 0 8px 0 0;height: fit-content;}
.footer_title>h4{font-size: 19px; line-height: 23px; font-weight: 700; letter-spacing: 0px;color: #ffffff;    font-family: "Ubuntu", Helvetica, Arial, sans-serif;  }
.footer_contact{margin-top: 20px;}
.footer_contact>h4{font-size: 19px; line-height: 23px; font-weight: 700; letter-spacing: 0px;    margin-bottom: 15px;color: #ffffff;font-family: "Ubuntu", Helvetica, Arial, sans-serif;  }
.footer_contact>ul{}
.footer_contact>ul>li{}
.footer_contact>ul>li>p{
    margin: 0 0 15px;
    color: #aebdc6;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer_contact>ul>li>p>span{color: #eaf7ff;margin-right: 10px;font-size: 14px;}

.footer_copy{border-top: 1px solid rgba(255,255,255,.1);border-top-color: rgba(255,255,255,0.1);background-color: #082039;}
.footer_copy>div>div{margin-bottom: 20px; padding-top: 30px; min-height: 33px;    width: 98%;}
.copyright{display: flex;color: #c8d3de;}
.copyright>a{color: #87c9f2;}
.copyright>a:hover { text-decoration: underline; }

/*全局*/
.layui-layer-shade{
    background-color:unset !important;
}
/*錯誤/成功提示*/
.show-message{
    width: auto;
    min-width: unset;
    border: unset;
    top: 95px !important;
    position: fixed;
    border-radius: 10px !important;
}
.show-message .layui-layer-content{
    padding: 0 !important;
    border-radius: 10px !important;
}
.show-success-message{
    background-color: rgb(255 221 0);
    border-radius: 3px;
    color: #532603;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
}
.show-success-message>span{
    color: #532603;
    font-size: 18px;
    margin-right: 10px;
}
.show-fail-message{
    background-color: #e74c3ce0;
    border-radius: 3px;
    color: #ffffff;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
}
.show-fail-message>span{
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}
