﻿html, body {
    margin: 0px;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    height: 100%;
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
   overflow:hidden;
}
*[clickable]
{
    cursor:pointer;
}
.swiper-pagination-bullet
{
    width:12px;
    height:12px;
}
.bcls
{
    background-color:rgb(65,145,86);
    opacity:1;
}
*{
    word-break:break-word;
}
.iconmsg
{
    width:64px;
    height:64px;
}
.divtablerow div
{
    color:black;
}
@media screen and (min-width: 600px) {
   .iconmsg
{
    width:128px;
    height:128px;
}
}
input
{
    -webkit-user-select:text;
    -user-select: text;
}
.towlinetext
{
    text-align:left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:100%;
    padding-top:2px;
    padding-bottom:2px;

}
.select_item {
    margin-right: 15px;
    border: none;
    padding: 5px;
    color: black;
    background-color: transparent;
    margin-top: 8px;
}
.select_item_web
{
    margin-left:15px;
    border:1px solid #AAA;
    padding:5px;
    background-color:transparent;
    margin-top:8px;
    cursor:pointer;
}
.select_item_web_check
{
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url("../images/pageimgs/xuanz.png");
    width:24px;
    height:24px;
    margin-left:5px;
}
.select_item_web[selected="1"]>.select_item_web_check
{
    background-image:url("../images/pageimgs/qued xuanz.png")
}
div[isnew="1"]
{
    position:relative;
    font-weight:900;
}
.newtag
{
    width:5px;
    height:5px;
    position:absolute;
    right:15px;
    top:50%;
    border-radius:50%;
    background-color:red;
}
.select_item[selected="1"]
{
    background-color:rgb(232,242,237);
    color:#0BB20C;
}
*[onclick]
{
    cursor:pointer;
}
*[hide="1"] {
    display: none;
}

* {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    outline:none;
}

div[animate] {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body[flex] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.pjtagimg {
    width: 24px;
    height: 24px;
}

div[isdefault="1"] {
    color: white;
    background-color:rgb(248,250,223);
}

.sheettab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-shrink: 0;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #BBB;
    background-color: white;
    align-items:center;
}

    .sheettab div {
        height: 100%;
    }

        .sheettab div[label] {
            width: 100%;
        }

div[solidbutton] {
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color:black;
    color:white;
    cursor:pointer;
}

.delbtn {
    right: 0px;
    top: 3px;
    background-image: url(../images/delicon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    cursor: pointer;
}
div[button][isbk="1"]
{
    background-color:rgb(238,238,238);
    color:white;
}
div[solidbutton][isbk="1"]
{
    background-color:rgb(238,238,238);
    color:white;
}
div[button] {
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    background-color: transparent;
    color: rgb(138,192,150);
    cursor: pointer;
}
.websheetbutton[cur="1"] {
        background-color:rgb(255,197,15);
        color:white;
    }
.websheetbutton {
    height: 100%;
    width: 100%;
    background-color: white;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.sheetbutton {
    height: 100%;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 900;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}

    .sheetbutton[selected="1"] {
        border-bottom:5px solid black;
    }
 .sheetbutton[selected="2"] {
        background-color:#AAA;
        color: #EEE;
    }
    .sheetbutton[cur="1"]
    {
        background-color:transparent;
        border-bottom:5px solid black;
        color:black
    }
    div[flex] {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        align-items: flex-start;
    }
div[flex-nowrap][hide="1"]
{
    display:none;
}
.line_div
{
    height:25px;
    width:35px;
    border-bottom:3px solid rgb(110,65,120);
    display:none;
}
div[flex][hide="1"] {
    display: none;
}
div[flex-nowrap] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

body[flex-nowrap] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

.mainbtn:active {
    background-color: #AAA;
}

.mainbtn {
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background-color: #0BB20C;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    width: 100%;
    cursor: pointer;
}

.linkbtn {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #0BB20C;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

div {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    div[column] {
        flex-direction: column;
    }

.waitpanel {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.divhide {
    width: 100%;
    height: 100%;
    z-index: 1900;
    filter: alpha(opacity:0);
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}

.selectfileitem {
    text-align: center;
    width: 24%;
    height: 110px;
    position: relative;
    margin-bottom: 5px;
    margin-right: 2px;
    word-break:break-all;
}

@media screen and (min-width:640px) and (max-width: 960px) {
    .selectfileitem {
        text-align: center;
        width: 12%;
        height: 110px;
        position: relative;
        margin-top: 10px;
        margin-right: 2px;
        word-break:break-all;
    }
}

@media screen and (min-width:961px) {
    .selectfileitem {
        text-align: center;
        width: 10%;
        height: 110px;
        position: relative;
        margin-top: 10px;
        margin-right: 2px;
    }
}

.mainpanel {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.bodypanel {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.footerpanel {
    min-height: 60px;
    display: flex;
    width: 100%;
    align-self: flex-end;
    flex-shrink: 0;
}

.toppanel {
    min-height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-self: flex-start;
    flex-shrink: 0;
}

.searchwnd_header {
    z-index: 99999999;
    width: 100%;
    flex-shrink: 0;
    vertical-align: middle;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid lightgray;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

.searchwnd_input {
    padding-left: 5px;
    border: none;
    width: 100%;
    background-color: white;
    height: 30px;
}

.caption {
    width: 70px;
    min-width: 70px;
    height: 25px;
    line-height: 25px;
    flex-shrink: 0;
}

    .caption[short="1"] {
        width: 60px;
        min-width: 40px;
    }

.divmore {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.editorrow {
    position: relative;
    padding-top: 5px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.inputdiv::after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, -1);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, -1);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}

.inputdiv {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    height: 26px;
    line-height: 26px;
    color: black;
    padding-right: 15px;
}

.inputdiv2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    height: 25px;
    line-height: 25px;
    color: black;
}

.editoronerow {
    align-items: center;
    position: relative;
    padding-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.cell {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.selectitem {
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
    border-bottom: 1px solid lightgray;
}

    .selectitem[selected="1"] {
        background-color: #9090FF;
        color: white;
    }

.editgroup {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    background-color: white;
    padding-bottom: 5px;
}

.menuimg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #EEE;
}

.menuitem {
    flex-shrink: 0;
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}

    .menuitem[submenu="1"]::after {
        content: " ";
        display: inline-block;
        height: 6px;
        width: 6px;
        border-width: 2px 2px 0 0;
        border-color: #C8C8CD;
        border-style: solid;
        -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
        position: relative;
        top: -2px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: 2px;
    }

.divtablerow {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2px;
    width: 100%;
    background-color: white;
    text-align: left;
    border-radius:1%;
    word-break:break-all;
    padding-top: 8px;
    padding-bottom: 8px;
}
.divtitle2
{
    font-size:1.2rem;
    font-weight:900;
}
.divtitle
{
    font-size:1.5rem;
    font-weight:900;
}
.divtablerow2 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: white;
    text-align: left;
    min-height:40px;
    border-radius:1%;
    word-break:break-all;
}
.rounddivrow input, select {
    border: none;
    width:100%;
}

div[editpanel] select:hover, select:focus, select:active, input:hover, input:focus, input:active, textarea:hover, textarea:active {
        border: none;
}

.rounddivrow2 {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 15px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: white;
    text-align: left;
    border: none;
    border-radius: 5px;
    flex-shrink:0;
}

.rounddivrow {
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: white;
    text-align: left;
    border: 1px solid #EEE;
    border-radius: 100%;
    flex-grow: 1;
    min-height: 40px;
}

.divtablerow input {
    border: none;
    padding: 5px;
}
.divtablerow input:hover, input:focus, input:active
{
    border: none;
}
div[button][viewmode="1"] {
    background-color:gray;
}

.divtablerow input:active {
    border: none;
}

.divtablerow input:focus {
    border: none;
}
.divtablerow input
{
    height:35px;
    background-color:#EEE;
    border:none;
}
.divtablerow img {
    width: 22px;
    margin-right: 10px;
    flex-shrink: 0;
}

img[round] {
    border-radius: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
    }

.browser_swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }
.service_item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius:5px;
    border:1px solid #EEE;
    padding:5px;
    width:48%;
    margin-bottom:5px;
    background-color:white;
    word-break:break-all;
    cursor:pointer;
}
.service_item img
{
    height:128px;
}
@media screen and (min-width: 600px) {
   .service_item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius:5px;
    border:1px solid #EEE;
    padding:5px;
    width:22%;
    margin-bottom:5px;
    background-color:white;
    word-break:break-all;
}
}
.searchitem_container
{
    padding:5px;
    justify-content:space-between;
    width:100%;
}
.dropdown {
    left: 6px;
    position: absolute;
    border: 1px solid #94bffb;
    background-color: #EEE;
    min-height: 60px;
    max-height: 50%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

    .dropdown div div {
        height: 35px;
        padding-left: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        margin-bottom: 1px;
        background-color: white;
    }

    .dropdown div[hide="1"] {
        display: none;
    }

.div_arrow {
    height: 12px;
    width: 12px;
    background-size:contain;
    background-image:url(../images/rarraw.png);
    background-repeat:no-repeat;
    position: relative;
    right:0px;
    top: 3px;
}

.weui_actionsheet_cell[selected="1"] {
    background-color: #ECECEC;
}

.ybcheckox {
    padding: 2px;
    width: 51px;
    height: 31px;
    -webkit-border-radius: 15.5px;
    -ms-border-radius: 15.5px;
    -o-border-radius: 15.5px;
    border-radius: 15.5px;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    box-sizing: border-box;
}

    .ybcheckox:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
        width: 28px;
        height: 28px;
        top: 2px;
        bottom: 3px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
        -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
        margin-left: 1px;
    }

    .ybcheckox[state="1"]:before {
        background-color: #4cd764;
        border: 1px solid #4cd764;
    }

    .ybcheckox[state="1"]:after {
        margin-left: 21px;
    }

    .ybcheckox:before {
        height: 29px;
        width: 49px;
        right: 0;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 15.5px;
        -ms-border-radius: 15.5px;
        -o-border-radius: 15.5px;
        border-radius: 15.5px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

.calendar {
    width: 100%;
    background: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.title {
    height: 70px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    text-align: center;
}

#calendar-title {
    font-size: 25px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 0;
}

#calendar-year {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#calendar-prev {
    position: absolute;
    top: 20px;
    left: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/prev.png);
    width: 30px;
    height: 40px;
}

    #calendar-prev[disabled="1"] {
        background: transparent;
    }

#calendar-next {
    
    position: absolute;
    top: 20px;
    right: 0px;
     background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/next.png);
    width: 30px;
    height: 40px;
}

.body-list div {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    cursor:pointer;
}
.body-list ul {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

    .body-list ul li {
        list-style: none;
        /*
            display:inline-block; 
            width: 13.3%;
            */
        /*100/7 = 14.28%*/
        display: block;
        width: 14.28%;
        float: left;
        /*规定行高，垂直居中*/
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        text-align: center;
    }
    .body-list div div {
        list-style: none;
        width: 14.28%;
        height: 40px;
        display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    align-items:center;
    justify-content:center;
        box-sizing: border-box;
        text-align: center;
    }
.body-list div[hasdata="1"] {
    background-color: #ffd800;
    border-radius:100%;
}
.body-list div[hasdata="2"] 
{
    background-color: #BBB;
    border-radius:100%;
}
.body-list div[selected="1"] {
    background-color: rgb(35,77,61);
    color:white;
    border-radius:100%;
}

.green {
    color: black;
}

.lightgrey { /*浅灰色显示过去的日期*/
    color: #a8a8a8;
}

.darkgrey { /*深灰色显示将来的日期*/
    color: #565656;
}

/*日期当天用绿色背景绿色文字加以显示*/
.greenbox {
    border: 1px solid #6ac13c;
    background: #e9f8df;
}
.space_list_item
{
    border:1px solid #BBB;
    border-radius:5px;
    flex-direction:column;
    margin-left:15px;
    width:290px;
    padding: 10px;
    margin-top: 15px;
    background-color: white;
    cursor:pointer;
}