
html,body,h1,h2,h3,p,span,a,div,ol,ul,li,dl,dt,dd,table,tbody,tfoot,thead,tr,th,td,input,textarea, form,article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { 
	/*margin: 0; padding: 0;*/ font-family: 'Microsoft Yahei', Arial, Verdana, Helvetica, sans-serif; -webkit-tap-highlight-color: rgba(0,0,0,0); color: #545454;        -webkit-touch-callout: none;
    box-sizing: border-box;}
 body,html{padding:0px;margin:0px;}
footer p{margin: 0; padding: 0;}
body
{
    font-size: 15px;
    line-height: 21px;
    color: #000;
    background-color: #efeff4;
    -webkit-overflow-scrolling: touch;
}

ul li{
    list-style: none;
}

a {
    text-decoration: none;
    color: #007aff;
}

a {
    background: 0 0;
}

.yeui-header{width:100%;height:44px;background-color:#ffac00;position:fixed;top:0px;padding:0px;z-index:100;}
.yeui-header .headContent{width:100%;height:44px;position:relative;line-height:44px;margin-top:0px;text-align:center;vertical-align:middle;color:#fff;}
.yeui-header .headContent span{/*letter-spacing:3px;*/color:#fff;font-size: 17px;}
.yeui-header .navLeft{position:absolute;left:14px;top:5px; min-width:50px;text-align:left;}


.yeui-header ~ .yeui-content{ background-color:#efeff4;    box-sizing: border-box;-webkit-overflow-scrolling: touch;}
.yeui-header ~ .yeui-content{padding-top:44px;}



.yeui-card{
     font-size:inherit;
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.yeui-card-header {
    font-size: 17px;
    border-radius: 2px 2px 0 0;
    
}

.yeui-card-content {
    font-size:inherit;
    position: relative;
    padding:14px;
}

.yeui-card-footer, .yeui-card-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 44px;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.yeui-card-footer:before, .yeui-card-header:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

.yeui-card-header:after {
    top: auto;
    bottom: 0;
}


.yeui-card-footer .card-link, .yeui-card-header .card-link {
    line-height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition-duration: .3s;
    font-size:14px;
    transition-duration: .3s;
    text-decoration: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.yeui-table {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    font-size:14px;
}

.yeui-table .yeui-tableheader{
    background-color:#f5fbfd;
    padding: 8px 15px;
    font-size:16px;
    font-weight:700;
    
/*    border-bottom:1px #bbb solid;*/
}

.yeui-table-cell {
    position: relative;
    overflow: hidden;
    padding: 12px 15px;
    padding-right:0px;
    -webkit-touch-callout: none;
}
.yeui-table-cell a{width:100%;
    font-size:inherit;
    position: relative;
    display: block;
    overflow: hidden;
/*    margin: -11px -15px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;

}

.yeui-table-go{margin-right:25px;}
.yeui-table-go:after{
    right: 15px;
    font-family: 'FontAwesome';
 
    content: "\f105";

/*    font-size: inherit;*/
    font-size:inherit;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    color: #bbb;
    -webkit-font-smoothing: antialiased;
}

.yeui-table-cell:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

.yeui-tableheader:after{
     height: 0px;
}

.yeui-table div:last-child:after
{
    height: 0px;
    
}
.yeui-down-header{margin-right:25px;}
.yeui-down .yeui-down-header:after{
    right: 15px;
    font-family: 'FontAwesome';
    
    content: "\f107";
    
    /*    font-size: inherit;*/
    font-size:inherit;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
    color: #bbb;
    -webkit-font-smoothing: antialiased;
}

.yeui-down .yeui-down-header{
    
}
.yeui-down-active .yeui-down-header{
    padding-bottom:15px;
}

.yeui-down-active .yeui-down-header:after{
     content: "\f106";
}

.yeui-down  .yeui-down-body{width:100%;display:none;border-top:1px #c8c7cc solid; }

.yeui-down-active  .yeui-down-body{display:block;}


.yeui-down-active  .yeui-down-body .yeui-table div:last-child
{
    padding-bottom:0px;
    
}


/*

.yeui-table div:last-child .yeui-table-cell:after
{
    height: 0px;

}
 */

.yeui-rect{width:50px;height:50px;line-height:50px;text-align:center;vertical-align:middle;}

.yeui-radius{width:50px;height:50px;line-height:50px;text-align:center;vertical-align:middle;border-radius:50%;}

.yeuimyScrollDown12345{height:40px;background-color:#eee;top:0px;left:0px;width:100%;text-align:center;line-height:40px;
    position:absolute;z-index:200000;display:none;}
.yeuimyScrollUp12345{height:40px;background-color:#eee;bottom:0px;left:0px;width:100%;text-align:center;line-height:40px;
    position:absolute;z-index:200000;display:none;}

.yeuimyScrollDown12345 i{color:#fff;background-color:#66bd46;}
.yeuimyScrollDown12345 span{color:#898989;}

.yeuimyScrollUp12345 i{color:#fff;background-color:#66bd46;}
.yeuimyScrollUp12345 span{color:#898989;}


.yeui-scroll-boxer{overflow:hidden;position:relative;}
.yeui-scroll{
    transform: translate3d(0px, 0px, 0px) ; transition-duration: 0ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);-webkit-transform: translate3d(0px, 0px, 0px) ; -webkit-transition-duration: 0ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}


.yeuiSlide {width:100%;padding:0px;margin:0px;position:relative;overflow:hidden;}
.yeuiSlide ul{width:1000%;padding:0px;margin:0px !important;list-style:none;box-sizing:border-box;
    transition-duration: 0s;transform: translate3d(0px, 0px, 0px);
}
.yeuiSlide ul div{font-size:14px;}
.yeuiSlide li{width:10%;padding:0px;margin:0px !important;list-style:none;float:left;display:inline-block;box-sizing:border-box;}
.yeuiSlide li a,.yeuiSlide li a img{width:100%;}
.yeuiSlide .sildeTool{bottom:12px;left:42%;position:absolute;}
.yeuiSlide .sildeTool .toolItem{display:inline-block;width:6px;border-radius:3px;height:6px;border:1px solid #454545;background-color:#fff;margin-left:3px;margin-right:3px;}
.yeuiSlide .sildeTool .current{background-color:#00ff00;}

.yeuiTab{width:100%;padding:0px;margin:0px;position:relative;overflow:hidden;background-color:#fff;}
.yeuiTab ul{width:100%;padding:0px;margin:0px !important;list-style:none;}
.yeuiTab li{padding:0px;margin:0px !important;list-style:none;float:left;display:block;height:44px;line-height:44px;text-align:center;}
.yeuiTab .current{border-bottom:2px #ff6000 solid;color:#ff6000;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

}



/*按钮*/
/* Default button styling - this applies to all anchors with the .button class */
.yeui-btn {
    display: block;
    font-size: 12px;
    text-decoration: none!important;
    font-family: Helvetica, Arial, sans serif;
    padding: 8px 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    text-align:center;
}
.yeui-btn:active {
    box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
}



/* The styles for the grey button */
.yeui-grey {
    color: #444;
/*    border: 1px solid #d0d0d0;*/
    background-color: #e1e1e1;
}
.yeui-grey:hover {
/*    border: 1px solid #b0b0b0;*/
    background-color: #ededed;
}
.yeui-grey:active {
/*    border: 1px solid #666;*/
}

/* The styles for the red button */
.yeui-red {
    color: #ffffff;
/*    border: 1px solid #d96d7c;*/
    background-color: #f6677b;
}
.yeui-red:hover {
/*    border: 1px solid #c75964;*/
    background-color: #f997b0;
}
.yeui-red:active {
/*    border: 1px solid #ab3e4b;*/
}

/* The styles for the blue button */
.yeui-blue {
    /*color: #41788c;*/
     color: #fff;
/*    border: 1px solid #6fb1c7;*/
    background-color: #73d0f1;
}
.yeui-blue:hover {
/*    border: 1px solid #4690ad;*/
    background-color: #aae5f7;
}
.yeui-blue:active {
/*    border: 1px solid #3b778b;*/
}

/* The styles for the green button */
.yeui-green {
    color: #fff;
/*    border: 1px solid #95b959;*/
    background-color: #a5cb5e;
}
.yeui-green:hover {
/*    border: 1px solid #687e30;*/
    background-color: #cae387;
}
.yeui-green:active {
/*    border: 1px solid #506320;*/
}

/* The styles for the black button */
.yeui-black {
    color: #fff;
/*    border: 1px solid #4d4d4d;*/
    background-color: #454545;
}
.yeui-black:hover {
/*    border: 1px solid #363636;*/
    background-color: #656565;
}
.yeui-black:active {
/*    border: 1px solid #000;*/
}

/* The styles for the yellow button */
.yeui-yellow {
    color: #986a39;
/*    border: 1px solid #e6b650;*/
    background-color: #febf4d;
}
.yeui-yellow:hover {
/*    border: 1px solid #c1913d;*/
    background-color: #ffd974;
}
.yeui-yellow:active {
/*    border: 1px solid #936b26;*/
}

/* The styles for the purple button */
.yeui-purple {
    color: #7e5d7c;
    /*border: 1px solid #cd93c6;*/
    background-color: #d798d1;
}
.yeui-purple:hover {
/*    border: 1px solid #886382;*/
    background-color: #e9c4e3;
}
.yeui-purple:active {
/*    border: 1px solid #6a4664;*/
}

/* The styles for the greyblue button */
.yeui-gblue {
    color: #57646d;
/*    border: 1px solid #929ba2;*/
    background-color: #8ea5b5;
}
.yeui-gblue:hover {
/*    border: 1px solid #656f78;*/
    background-color: #bbcbd8;
}
.yeui-gblue:active {
/*    border: 1px solid #434f5a;*/
}


/* The styles for the grey button */
.yeui-grey-3d {
    color: #444;
    border: 1px solid #d0d0d0;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
}
.yeui-grey-3d:hover {
    border: 1px solid #b0b0b0;
    background-image: -moz-linear-gradient(#e1e1e1, #ededed);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
    background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
    background-image: -o-linear-gradient(#e1e1e1, #ededed);
    background-color: #ededed;
}
.yeui-grey-3d:active {border: 1px solid #666;}

/* The styles for the red button */
.yeui-red-3d {
    color: #923c47;
    border: 1px solid #d96d7c;
    background-image: -moz-linear-gradient(#f997b0, #f6677b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6677b), to(#f997b0));
    background-image: -webkit-linear-gradient(#f997b0, #f6677b);
    background-image: -o-linear-gradient(#f997b0, #f6677b);
    text-shadow: 1px 1px 1px #fdbcc7;
    background-color: #f6677b;
}
.yeui-red-3d:hover {
    border: 1px solid #c75964;
    background-image: -moz-linear-gradient(#f6677b, #f997b0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f997b0), to(#f6677b));
    background-image: -webkit-linear-gradient(#f6677b, #f997b0);
    background-image: -o-linear-gradient(#f6677b, #f997b0);
    background-color: #f997b0;
}
.yeui-red-3d:active {border: 1px solid #ab3e4b;}

/* The styles for the blue button */
.yeui-blue-3d {
    color: #41788c;
    border: 1px solid #6fb1c7;
    background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
    background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
    background-image: -o-linear-gradient(#aae5f7, #73d0f1);
    text-shadow: 1px 1px 1px #bfeafb;
    background-color: #73d0f1;
}
.yeui-blue-3d:hover {
    border: 1px solid #4690ad;
    background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
    background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
    background-image: -o-linear-gradient(#73d0f1, #aae5f7);
    background-color: #aae5f7;
}
.yeui-blue-3d:active {border: 1px solid #3b778b;}

/* The styles for the green button */
.yeui-green-3d {
    color: #5a742d;
    border: 1px solid #95b959;
    background-image: -moz-linear-gradient(#cae387, #a5cb5e);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5cb5e), to(#cae387));
    background-image: -webkit-linear-gradient(#cae387, #a5cb5e);
    background-image: -o-linear-gradient(#cae387, #a5cb5e);
    text-shadow: 1px 1px 1px #dff4bc;
    background-color: #a5cb5e;
}
.yeui-green-3d:hover {
    border: 1px solid #687e30;
    background-image: -moz-linear-gradient(#a5cb5e, #cae387);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#a5cb5e));
    background-image: -webkit-linear-gradient(#a5cb5e, #cae387);
    background-image: -o-linear-gradient(#a5cb5e, #cae387);
    background-color: #cae387;
}
.yeui-green-3d:active {border: 1px solid #506320;}

/* The styles for the black button */
.yeui-black-3d {
    color: #fff;
    border: 1px solid #4d4d4d;
    background-image: -moz-linear-gradient(#656565, #454545);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#656565));
    background-image: -webkit-linear-gradient(#656565, #454545);
    background-image: -o-linear-gradient(#656565, #454545);
    text-shadow: 1px 1px 1px #6d6d6d;
    background-color: #454545;
}
.yeui-black-3d:hover {
    border: 1px solid #363636;
    background-image: -moz-linear-gradient(#454545, #656565);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#454545));
    background-image: -webkit-linear-gradient(#454545, #656565);
    background-image: -o-linear-gradient(#454545, #656565);
    background-color: #656565;
}
.yeui-black-3d:active {border: 1px solid #000;}

/* The styles for the yellow button */
.yeui-yellow-3d {
    color: #986a39;
    border: 1px solid #e6b650;
    background-image: -moz-linear-gradient(#ffd974, #febf4d);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf4d), to(#ffd974));
    background-image: -webkit-linear-gradient(#ffd974, #febf4d);
    background-image: -o-linear-gradient(#ffd974, #febf4d);
    text-shadow: 1px 1px 1px #fbe5ac;
    background-color: #febf4d;
}
.yeui-yellow-3d:hover {
    border: 1px solid #c1913d;
    background-image: -moz-linear-gradient(#febf4d, #ffd974);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd974), to(#febf4d));
    background-image: -webkit-linear-gradient(#febf4d, #ffd974);
    background-image: -o-linear-gradient(#febf4d, #ffd974);
    background-color: #ffd974;
}
.yeui-yellow-3d:active {border: 1px solid #936b26;}

/* The styles for the purple button */
.yeui-purple-3d {
    color: #7e5d7c;
    border: 1px solid #cd93c6;
    background-image: -moz-linear-gradient(#e9c4e3, #d798d1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d798d1), to(#e9c4e3));
    background-image: -webkit-linear-gradient(#e9c4e3, #d798d1);
    background-image: -o-linear-gradient(#e9c4e3, #d798d1);
    text-shadow: 1px 1px 1px #f1ceef;
    background-color: #d798d1;
}
.yeui-purple-3d:hover {
    border: 1px solid #886382;
    background-image: -moz-linear-gradient(#d798d1, #e9c4e3);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9c4e3), to(#d798d1));
    background-image: -webkit-linear-gradient(#d798d1, #e9c4e3);
    background-image: -o-linear-gradient(#d798d1, #e9c4e3);
    background-color: #e9c4e3;
}
.yeui-purple-3d:active {border: 1px solid #6a4664;}

/* The styles for the greyblue button */
.yeui-gblue-3d {
    color: #57646d;
    border: 1px solid #929ba2;
    background-image: -moz-linear-gradient(#bbcbd8, #8ea5b5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ea5b5), to(#bbcbd8));
    background-image: -webkit-linear-gradient(#bbcbd8, #8ea5b5);
    background-image: -o-linear-gradient(#bbcbd8, #8ea5b5);
    text-shadow: 1px 1px 1px #c6d4df;
    background-color: #8ea5b5;
}
.yeui-gblue-3d:hover {
    border: 1px solid #656f78;
    background-image: -moz-linear-gradient(#8ea5b5, #bbcbd8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbcbd8), to(#8ea5b5));
    background-image: -webkit-linear-gradient(#8ea5b5, #bbcbd8);
    background-image: -o-linear-gradient(#8ea5b5, #bbcbd8);
    background-color: #bbcbd8;
}
.yeui-gblue-3d:active {border: 1px solid #434f5a;}

/* The styles for the button groups */

.yeui-left {
    border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    border-right: 0px;
    float:left;
}
.yeui-left:hover {
    border-right: 0px;
}
.yeui-middle {
    float:left;
    border-radius: 0px;
    -moz-radius: 0px;
    border-right: 0px;
}
.yeui-middle:hover {
    border-right: 0px;
}
.yeui-right {
    float:left;
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
}

/* Large Styles */

.yeui-large {padding: 13px 28px;font-size:16px;border-radius: 5px;}
/*按钮*/

.yeui-badge{
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 3px 6px;
    color: #aaa;
    border-radius: 20px;
    background-color: rgba(0,0,0,.15);
}



.yeui-checkbox input[type=checkbox]:checked:before {
    content: "\f14a";
}

.yeui-checkbox input[type=checkbox]:checked:before, .yeui-radio input[type=radio]:checked:before {
    color: #007aff;
}





.yeui-radio input[type=radio]:checked:before {
    content: "\f192";
}


.yeui-checkbox input[type=checkbox]:before {
    content: "\f0c8";
}

.yeui-radio input[type=radio]:before {
    content: "\f10c";
}

.yeui-checkbox input[type=checkbox]:before, .yeui-radio input[type=radio]:before {
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #007aff;
    border-radius: 0;
    background: 0 0;
    -webkit-font-smoothing: antialiased;
}

.yeui-checkbox input[type=checkbox],.yeui-radio input[type=radio]  {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: 0 !important;
    line-height: 20px;
    color: #d8d8d8;
}


.yeui-switch{height:32px;width:65px;border-radius:16px;border:1px #dedede solid;}
.yeui-switch-active{border:1px #4cd964 solid;background-color:#4cd964;}
.yeui-switch-ball{height:28px;width:28px;border-radius:14px;    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4); box-shadow: 0 2px 5px rgba(0,0,0,.4);
    background-color:#fff;
}


.yeuiBrowse li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.yeuiBrowse li a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}



.yeui-dlg-back {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    opacity: 1;
    background: rgba(0,0,0,.4);
}



.yeui-dlg {
    position: fixed;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 75%;
    min-width:270px;
    max-width:300px;
    -webkit-transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.185);
    transform: translate3d(-50%,-50%,0) scale(1.185);
    text-align: center;
    opacity: 0;
    color: #000;
    border-radius: 13px;
    background-color:#fff;
    border:5px solid #ffac00;
}

.yeui-dlg {
    display: block;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
    opacity: 1;
}


.yeui-dlg-title {
    padding:15px;
    padding-bottom:0px;
    width:100%;
    font-size:15px;
    font-weight: 600;
}

.yeui-dlg-msg {
    font-size:13px;
    padding:15px;
    width:100%;
    border-bottom:1px #ededed solid;

}

.yeui-dlg-btn{ padding:15px;cursor: pointer; }

.yeui-dlg-btn span{ font-size:17px;color:#007aff; font-weight: 600;}



.yeui-confirm-msg{
    font-size:14px;
    padding:20px;
    padding-top:30px;
    width:100%;
    border-bottom:1px #ededed solid;
    font-weight: 600;

}

.yeui-confirm-left{ padding:15px;padding-left:0px !important; padding-right:0px !important;margin:0px !important;width:49%;float:left; border-right:1px #ededed solid;cursor: pointer;}

.yeui-confirm-right{ padding:15px;padding-left:0px !important; padding-right:0px !important;margin:0px !important;width:49%;float:right; cursor: pointer;}

.yeui-confirm-left span,.yeui-confirm-right span{ font-size:17px;color:#007aff; font-weight: 600;}

.yeui-toast{background-color:#9a9a9a;top: 80%;border-radius: 8px;}

.yeui-toast-msg{
    font-size:13px;
    padding:8px;
    width:100%;
    border-bottom:1px #ededed solid;
    color:#fff;
}


/*底部*/
.yeui-footer{position: fixed;left: 0px;bottom: 0px;width: 100%;  background-color: #fff;z-index:10;}
/*.footer footer{display: -webkit-box;height: 49px;padding: 4px 0px;}*/
.yeui-footer {display: -webkit-box;height: 50px;padding: 4px 0px;border-top:1px #cdcdcd solid;padding-top:7px;}
.yeui-footer a{text-decoration:none;}
.yeui-footer a{box-flex: 1; -webkit-box-flex: 1;display: block;overflow: hidden;}
.yeui-footer a p{color: #999;font-size: 12px;text-align: center;margin-bottom:0px;}
.yeui-footer a.current p{color: #ff6000;}
.yeui-footer a p:nth-of-type(2){height: 18px;line-height: 14px;}
.yeui-footer a img{width: 30px;height: 24px;}

.yeuiSlide:after{clear:both;}
.yeui-scroll-boxer:after{clear:both;}

.mainMarginBottom{padding-bottom:50px;}
.commMarginBottom{padding-bottom:0px;}
/*
.date_ctrl{bottom:50px !important;}
 */

