@charset "utf-8";
/*初始化样式*/
input[type=button]{-webkit-appearance:none;	outline:none}/*按扭在IOS里面显示不正常，重置样式*/
*{box-sizing: border-box; font-family:yahei}
body, ul, li, p, nav, footer, section, header, article, div, dl, dt, dd, button, input, textarea, img, cite, table, td, th { padding: 0; margin: 0; border: 0;  }
h1, h2, h3, h4, h5, h6{/*padding: 0; margin: 0; border: 0; text-align: left; font:12px Arial,Tahoma,"宋体";line-height:normal; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/}
address, caption, cite, code, dfn, em,i,u, th, var {font-style:normal;	font-weight:normal; text-decoration:none;}
ul, li, dt, dd, ol { list-style: none; }
a:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; text-decoration: none; }
a:active, a:focus { outline: none; }
img { max-width: 100%; max-height: 100%; border: none; }
input, textarea { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
nav, footer, section, header, article { display: block; }
input[type=button]{-webkit-appearance:none;	outline:none}/*按扭在IOS里面显示不正常，重置样式*/
/*{display:-webkit-box;-webkit-box-align: center;-webkit-box-pack: start;}{-webkit-box-flex:1;font-family: Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;}*/
.lt{ float:left;}
.rt{ float:right;}
.clr {display: block;overflow: hidden;clear: both;height: 0;line-height: 0;font-size: 0;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.hr_5,.hr_6,.hr_7,.hr_8,.hr_9,.hr_10,.hr_11,.hr_12,.hr_11,.hr_12,.hr_13,.hr_14,.hr_15,.hr_16,.hr_17,.hr_18,.hr_19,.hr_20,.hr_21,.hr_22,.hr_23,.hr_24,.hr_25,.hr_26,.hr_27,.hr_28,.hr_29,.hr_30,.hr_31,.hr_32,.hr_33,.hr_34,.hr_35{ clear:both; width:100%; height:10px; line-height:0px; font-size:0px;}
.hr_5{ height:5px;}.hr_6{ height:6px;}.hr_7{ height:7px;}.hr_8{ height:8px;}.hr_9{ height:9px;}.hr_10{ height:10px;}.hr_11{ height:11px;}.hr_12{ height:12px;}.hr_13{ height:13px;}.hr_14{ height:14px;}.hr_15{ height:15px;}.hr_16{ height:16px;}.hr_17{ height:17px;}.hr_18{ height:18px;}.hr_19{ height:19px;}.hr_20{ height:20px;}.hr_21{ height:21px;}.hr_22{ height:22px;}.hr_23{ height:23px;}.hr_24{ height:24px;}.hr_25{ height:25px;}.hr_26{ height:26px;}.hr_27{ height:27px;}.hr_28{ height:28px;}.hr_29{ height:29px;}.hr_30{ height:30px;}.hr_31{ height:31px;}.hr_32{ height:32px;}.hr_33{ height:33px;}.hr_34{ height:34px;}.hr_35{ height:35px;}

/**********************************************************
    GENERAL UI ELEMENTS
**********************************************************/

* {
    -webkit-user-select:none; /* Prevent copy paste for all elements except text fields */
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* set highlight color for user interaction */
    -moz-tap-highlight-color:rgba(0, 0, 0, 0); /* set highlight color for user interaction */
    -ms-touch-action:none;
    -moz-user-select:-moz-none;
    -webkit-touch-callout: none; /* prevent the popup menu on any links*/
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/*初始化样式*/
address, caption, cite, code, dfn, em,i,u, th, var {font-style:normal;	font-weight:normal; text-decoration:none;}
nav, footer, section, header, article { display: block; }
input[type=button]{-webkit-appearance:none;	outline:none}/*按扭在IOS里面显示不正常，重置样式*/

body {
    overflow-x:hidden;
    -webkit-text-size-adjust:none;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#000;
    font-size:14px;
    display:-webkit-box;
    background: #CBD2D8;
    /* We want to layout our first container vertically */
    -webkit-box-orient: vertical;
    /* we want our child elements to stretch to fit the container */
    -webkit-box-align:stretch;
} /* General styles that apply to elements not contained within other classes and styles */


#afui input,textarea { -webkit-user-select:text; -moz-user-select:-moz-text;-moz-user-select:text;} /* allow users to select text that appears in input fields */

#afui img { border:none; } /* Remove default borders for images */


#afui p {
    display:block;
    margin:6px 0;

    font-size:14px;
    line-height:20px;
    color:inherit
}


#afui #afui_modal {
    background: inherit;
    color:inherit;
    -webkit-backface-visibility: hidden;
    z-index:9999 !important;
    width:100%;
    height:100%;
    display:none;
    position:absolute; top:0;
    overflow:hidden;    
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


#afui #modalContainer > * {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    background:inherit;
    color:inherit;
}



#afui .afScrollPanel { width:100%; min-height:100%; }

#afui {
    position:absolute;
    width:100%;
    top:0;
    bottom:0;
    overflow:hidden;
}

#afui,.flexContainer {
       display: -webkit-box;
    display:    -moz-box;
    display:         box;
    display: -ms-flexbox;

    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
        -ms-box-orient: vertical;
            box-orient: vertical;

    /* current syntax */
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;    
    display:         flex;

    -webkit-flex-direction: column;
       -moz-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

#afui > #splashscreen {
    position:absolute;
    top:0;bottom:0;
    width:100%;
    left:0;
    min-height:100%;
    background:#ededed!important;
    text-align:center;
    z-index:9999;
    display:block;
    margin-left: auto !important; margin-right: auto !important;
    padding-top:80px !important;
}


/**********************************************************
    header
**********************************************************/
#afui .header {
    position:relative;
    overflow: hidden;
    display:block;
    z-index:250;
    -webkit-box-sizing:border-box; box-sizing:border-box;
    height:44px;
    left:0; right:0;
    
} /* This is masthead bar that appears at the top of the UI */




#afui .header h1 {
    
    position:absolute;
    width:45%;
    z-index:1;
    text-align:center;
    height:44px;
    font-size:18px;
    font-weight:bold;
    left:27.5%;
    color:inherit;
    padding:10px 0;
    text-shadow:rgba(0,0,0,0.8) 0 -1px 0;
    text-align:center;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} /* This is text that appears in the header at the top of the screen */
.topReload,.addBinding{float:right; line-height:44px;padding:0 8px;}
.moreToggle { float:right; margin: 0px 0px 0 0; height: 44px; width: 27px; padding: 15px 15px 10px 10px;}
.moreToggle:active,.activeMask:active{-webkit-box-shadow: 0px 10px 100px rgba(0,0,0,0.3) inset!important;}
.moreToggle:after {border-bottom: 9px double white; border-top: 3px solid white;content: "";width: 5px;height: 3px;float: right;}

/**********************************************************
    CONTENT AREA
**********************************************************/

#afui #content, #afui_modal #modalContainer {
    z-index:180;
    
    position:relative;
    /* previous syntax */
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-box-flex: 1;
                box-flex: 1;
 
        /* current syntax */
        -webkit-flex: 1;
           -moz-flex: 1;
            -ms-flex: 1;
                flex: 1;
    overflow:hidden;

    background:inherit;
    color:inherit;
} /* Accounts for positioning of the content area, which is everything below the header and above the navbar. */


#afui .panel {
    z-index:180;
    width:100%;
    height:100%;
    display:none;
    position:absolute; top:0; left:0;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-overflow-scrolling:touch;
    -webkit-backface-visibility: hidden;   
    padding:10px;
    padding-top:0px;
} /* This class is applied to the divs that contain the various "views" or pages of the app. */


/**********************************************************
    scroller CSS
**********************************************************/
#afui .y-scroll, #afui .panel.y-scroll {
    overflow-x:hidden;
    overflow-y:auto;
}   
#afui .x-scroll, #afui .panel.x-scroll {
    overflow-x:auto;
    overflow-y:hidden;
}
#afui .no-scroll, #afui .panel.no-scroll {
    overflow:hidden;
}


/**********************************************************
    Navbar
**********************************************************/
/* Nav bar appears locked to the bottom of the screen. It is the primary navigation. can contain text or graphical navigation */

#afui .footer {  
    z-index:180;
    height:49px;
    display:block;
    left:0;
    right:0;
    position:fixed;
	bottom:0;
    padding:0 3px;
}


#afui footer > a:not(.button) {
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    top: 3px;
    height: 43px;
    overflow: hidden;
    font-size:12px;
    font-weight:normal;
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 25%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    line-height: 67px;
    position: relative;
    margin: 0;
}


#afui footer>a:not(.button) .af-badge {
    right:auto;
    margin-left:-16px;
}


#afui footer>a.icon:not(.button):before {
    position:absolute;
    top:2px;
    left:0;
    font-size: 25px;
    margin:auto;
    width: 100%;
}

#afui footer .freeKtong:before{display:block; content:"";position:absolute; top:2px; left:0; font-size: 25px; margin:auto; width: 100%;height: 24px;background:url(../images/freeKtong.png) no-repeat center top;background-size: 22px; }
#afui footer .hot{ position:absolute; top:2px; left: 0;font:12px yahei;color: #ff0000; width: 100%; text-align: center; text-indent: 44px; left: 0; display: block;}
/* Custom footers - always hidden */
#afui footer, #afui header, #afui nav, #afui aside {    display:none; }

/* Show the active header/footer/navs */
#afui .footer footer, #afui #menu nav, #afui .header header, #afui #aside_menu aside {display:block;}

#afui > #menu.tabletMenu {
    z-index:1;
    width:300px;
    bottom:0;    
    display:none;
    position:absolute; top:0; left:0;
    border-right: 1px solid rgba(128,128,128,0.5);
    
}

@media only screen and ( width:480px ) {
#afui > #menu.tabletMenu {width:430px}  
}
@media only screen and ( min-width:481px ) {
#afui > #menu.tabletMenu {width:470px}
}
@media only screen and ( width:360px ) {
#afui > #menu.tabletMenu {width:310px}
}
@media only screen and ( width:320px ){  
#afui > #menu.tabletMenu {width:280px}

}


#afui > #aside_menu {
    z-index:1;
    width:200px;
    bottom:0;
    height:100%;
    display:none;
    position:absolute; top:0; right:0;
    border-left: 1px solid rgba(128,128,128,0.5);
}


#afui #menu_scroller, #afui #aside_menu_scroller {
    padding-bottom:10px;
    overflow-y:auto;
    overflow-x:hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling:touch;
}


#afui #menu_scroller > *,  #afui #aside_menu_scroller > * {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}


#afui #menu .list li, 
#afui #menu .list .divider, 
#afui #menu .list li:first-child, 
#afui #menu  .list li:last-child,

#afui #aside_menu .list li, 
#afui #aside_menu .list .divider, 
#afui #aside_menu .list li:first-child, 
#afui #aside_menu  .list li:last-child
 {

    font-weight:bold;
    font-size:1em;
    line-height:1em;
    /*border-color:#101012;*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);

}

#afui #menu .list > li > a,
#afui #aside_menu .list > li > a    
{
    color:#ccc;
    margin-left:6px;
    font-weight: normal;
}
#afui #menu .list > li .tit{ font: 14px/1.5 yahei;}
#afui #menu .list > li .time{ font: 12px/1.5 yahei; color:#0365b9}
#afui #menu .list, 
#afui #menu .list .divider,
#afui #aside_menu .list, 
#afui #aside_menu .list .divider
{   background:inherit; }


#afui #menu .list .divider, #afui #aside_menu .list .divider {
    background:#333;
    color:#fff;
    font-weight:bold;
    font-size:1em;
    line-height:1em;
    padding:6px;
    top:0px;
    border:none;
    -webkit-box-shadow:none; box-shadow: none;
}


#afui #menu .list > li > a:after, #afui #aside_menu .list > li > a:after  { margin-top: -8px; }

/* End side menu css */



#afui .splashscreen {
    padding-left:40px;
    padding-top:30px !important;
    min-height:100%;
}


#afui h2 {
    display:block;
    height:34px;
    font-weight: bold;
    font-size:18px;
    color:#000;
    padding:15px 0px 0 0;
    margin-bottom:15px;
} /* Header class used for non-navigable header bars (h1 is reserved for the header) */


#afui .collapsed:after {
    float:right;
    content:'';
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:6px solid #000;
    display:block;
    position:absolute;
    top:14px;right:14px;
}

#afui .collapsed:before {
    float:right;
    content:'';
    color:transparent;
    background:transparent;
    width:14px; height:14px;
    display:block;
    border:2px solid #000;
    border-radius:3px;
    position:absolute;
    top:8px;right:10px;
}

#afui .expanded:after {
    float:right;content:'';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #000;
    display:block;
    position:absolute;
    top:13px;right:14px;
}

#afui .expanded:before {
    float:right;
    content:'';
    color:transparent;
    background:transparent;
    width:14px; height:14px;
    display:block;
    border:2px solid #000;
    border-radius:3px;
    position:absolute;
    top:8px;right:10px;
}


/**********************************************************
    UI
**********************************************************/

.ui-icon {
   /* background:                         #666;
    background:                         rgba(0,0,0,.4);
    background-repeat: no-repeat;*/
    border-radius:                      9px;
}


.ui-loader { display: none; position: absolute; z-index: 100; left:0; top:0;bottom:0;right:0; width: 100%; padding-top:100px; background-color:#ededed!important;color:#0088d1; opacity:1!important}
.ui-loader.heavy{background-color:#ccc!important;}
.ui-loader h1 { text-align: center;color:#0088d1;font:bold 18px/1.5 yahei; }
.ui-loader .ui-icon { position:relative; z-index:10; opacity:0.7;  display: block;  margin:215px auto 0 auto; width: 35px; height: 35px; background-color: transparent; }
.ui-loaderImg{background:url(../images/loading.gif) no-repeat center top/cover;width: 100%;position: absolute;left:0; top:0;bottom:0;right:0; }

.spin  {
    -webkit-transform: rotate(360deg);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count:  infinite
}
@-webkit-keyframes spin {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}


.ui-icon-loading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjBAMAAADs965qAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX////x8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHvvEhiAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAEaSURBVCiRY2AgATCapaUqoIiIzN5z5syZJiQRltW7gUJ3705C6OraDRG6GwATkli1evdusNBTuKJVq3c4MjBX3733DqqMfdWqFWDbau+9ewIRspy5KgHMYL737g1EX+fMaVAjbN+9KwDLzZxZAHPMu3cXwEbNnAl397p3YDslOmD6GBjs/v8AURodzXAh3v+/QZRHRyNciPP/f4hQA1yIHVMICtzLC9CFzMuL0IXEy0vQhdjK0+BsRqgv0tIMYEKCggJgmbS0QJgiQUEIwy0tVQCmCCokmhYaCFMElWMKDQ01BIkoKcKEGFRDQ1yMlISUgEIwe5iAQi7GxkpKSjBFwMh2cXEGCSkiOVcFLIQswsAgZGxshCpCBgAA0FNYp5zwDegAAAAASUVORK5CYII=);
    
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: 35px 35px;
   /* background:url(../images/load01.png) no-repeat center;*/
}


#afui .ui-corner-all { border-radius:.6em; }


/*#afui_mask { position:absolute;top:45%;z-index:999999; }*/

.afui_panel_mask { position:absolute;top:0;bottom:0;left:0;right:0;z-index:2000;background-color:rgba(0,0,0,0.1);display:none}

#afui .hasMenu{
    left:0;
}


#afui .menuButton {
    position: relative;
    top: 5px;
    right: -8px;
    height: 36px;
    width: 36px;
    z-index:2;
    float:right;
}
.timeHot{ display: block; width: 7px; height: 7px; position: absolute; top: 6px; right: 9px;background:url(../images/timeHot.png) no-repeat center;background-size: 100%;}
#afui .menuButton:after {
    border-bottom: 9px double white;
    border-top: 3px solid white;
    top: 9px;
    left: 3px;
    content: "";
    height: 3px;
    position: absolute;
    width: 15px;
}

#afui .hasMenu.on {
    -webkit-transform:translate3d(200px,0,0);
    transform:translate(200px,0);
}





#afui .modalbutton {
    position:absolute;
    top:0;
    right:5px;
    height:32px;
    width:58px;
    line-height:32px;
    z-index:9999;
}


#afui .closebutton  {
    position:absolute;
    top:6px; right:6px;
    display:block;
    height:24px ;
    width:24px ;
    border-radius:12px;
    border:1px solid #666;
    background:#fff;
    color:#333;
    font-weight: bold;
    font-size:21px;
    line-height:18px;
    text-align:center;
    text-decoration:none;
}

#afui .closebutton:before { content:'x'; }

#afui .closebutton.selected,.closebutton.modalButton.selected {
    color:#fff;
    background:#333;
}

#afui .panel .list {
    margin:0px -10px;
}

#afui .panel .list.inset {
    margin:0px;
}

/* Chevrons */
@font-face {
    font-family: 'chevron';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAQAAA0AAAAABZgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABoAAAAcZ/T02kdERUYAAAFMAAAAHwAAACAAMgAGT1MvMgAAAWwAAABHAAAAVj7i2r5jbWFwAAABtAAAAEMAAAFS8BX0J2dhc3AAAAH4AAAACAAAAAj//wADZ2x5ZgAAAgAAAABsAAAAbMHrMoZoZWFkAAACbAAAADAAAAA2/JaSB2hoZWEAAAKcAAAAHgAAACQDav/GaG10eAAAArwAAAATAAAAFAN1AB1sb2NhAAAC0AAAAAwAAAAMAA4ANm1heHAAAALcAAAAHQAAACAASAAbbmFtZQAAAvwAAADdAAABhigr581wb3N0AAAD3AAAACIAAAA8nFVDO3icY2BgYGQAgjO2i86D6LO3V7LCaABOtwcoAAB4nGNgZGBg4ANiCQYQYGJgZGBmYAGSLGAeAwAEkAA5AHicY2BkVGCcwMDKwMGozGjJwMBgB6WvM4gxFDMwMDGwMjPAgQCCyRCQ5prC4PCB4UMIY8P/AwwajA0MDg0MDIwgOQBg6QqyAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQ8MH0L+/0dmCTDzb4DqAgNGNgY4lxGkh4kBFTAyDHsAAFhbChsAAAAAAf//AAIAAQAA/8ABwAGAAAIAABEBIQHA/kABgP5AAAAAAAEAHf/tARMBcwAXAAAlFA8BBiIvASY1ND8BJyY1ND8BNjIfARYBEwmkCRoJFAkJenoJCRQIHAikCbANCqMJCRMKDQ0JenkKDQ0JEwoKowl4nGNgZGBgAOLcX7xy8fw2Xxm4GQ8ARRjO3l7JiqD/H2A8wNgA5HIwMIFEAUPwC7d4nGNgZGBgbPh/gEGD8QADwz8HIAkUQQGsAIQZBTAAAHicYzzAAAFTIRSjAoMsABVQAZUAAAAAAAAAAAAADgA2eJxjYGRgYGBlkGAA0QwMTEDMCGY7gPkMAAUvAGQAAAB4nHWOTWoCQRBG3+hoCIbgKmTZkE02M3RPwIUHmAO4cC/SjII40P7gSbLKEbL0GB4gR8gx/JzUJgsbin68rqqvgSc+ybidjAfGxj3xu3GfN07Gufy38YARF+Oh/K86s/xR5rmbunFP/Grcp8Yb5/JfxgNeOBsP5X9YsiJyJNGyheUqHlMrmMk2HNiw0Buz2Bw2C0Hd9e27O6kj4qgoleaYqv7v+3NBrwUTVSUKfGhNu93XbWqiq0rvps5yRcEXk6LyQU33/jaXTexYW0bo8pnHtFtrRyj93dkrAWI51wAAAHicY2BiwA9YgZiRgYmRiZGZvTQv083AwABCm5oAACfXBG0AAA==) format('woff'),
         url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWf09NoAAAV8AAAAHEdERUYAMgAGAAAFXAAAACBPUy8yPuLavgAAAVgAAABWY21hcPAV9CcAAAHEAAABUmdhc3D//wADAAAFVAAAAAhnbHlmwesyhgAAAyQAAABsaGVhZPyWkgcAAADcAAAANmhoZWEDav/GAAABFAAAACRobXR4A3UAHQAAAbAAAAAUbG9jYQAOADYAAAMYAAAADG1heHAASAAbAAABOAAAACBuYW1lKCvnzQAAA5AAAAGGcG9zdJxVQzsAAAUYAAAAPAABAAAAAQAAbfoNHl8PPPUACwHAAAAAAM3bqQUAAAAAzdupBQAA/8ABwAGAAAAACAACAAAAAAAAAAEAAAGA/8AAKAHAAAD+QAHAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAFABgAAQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQEgAZAABQAIASMBOQAAAD4BIwE5AAAA1wAWAHMAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA8ADwVAGA/8AAKAGAAECAAAABAAAAAAAAAcAAAAAAAAAAlQAAAAAAAAEgAB0AAAADAAAAAwAAABwAAQAAAAAATAADAAEAAAAcAAQAMAAAAAgACAACAAAAAPAA8FT//wAAAADwAPBU//8AABADD7AAAQAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgA2AAEAAP/AAcABgAACAAARASEBwP5AAYD+QAAAAAABAB3/7QETAXMAFwAAJRQPAQYiLwEmNTQ/AScmNTQ/ATYyHwEWARMJpAkaCRQJCXp6CQkUCBwIpAmwDQqjCQkTCg0NCXp5Cg0NCRMKCqMJAAAADACWAAEAAAAAAAEABwAQAAEAAAAAAAIABwAoAAEAAAAAAAMAIwB4AAEAAAAAAAQABwCsAAEAAAAAAAUACwDMAAEAAAAAAAYABwDoAAMAAQQJAAEADgAAAAMAAQQJAAIADgAYAAMAAQQJAAMARgAwAAMAAQQJAAQADgCcAAMAAQQJAAUAFgC0AAMAAQQJAAYADgDYAGMAaABlAHYAcgBvAG4AAGNoZXZyb24AAFIAZQBnAHUAbABhAHIAAFJlZ3VsYXIAAEYAbwBuAHQARgBvAHIAZwBlACAAMgAuADAAIAA6ACAAYwBoAGUAdgByAG8AbgAgADoAIAAxADAALQA2AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IGNoZXZyb24gOiAxMC02LTIwMTMAAGMAaABlAHYAcgBvAG4AAGNoZXZyb24AAFYAZQByAHMAaQBvAG4AIAAxAC4AMAAAVmVyc2lvbiAxLjAAAGMAaABlAHYAcgBvAG4AAGNoZXZyb24AAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAQACAQIBAwd1bmlGMDAwB3VuaUYwNTQAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQADAAQAAQAEAAAAAgAAAAAAAQAAAADMPaLPAAAAAM3bqQUAAAAAzdupBQ==) format('truetype');
    font-weight: normal;
    font-style: normal;
}

#afui .chevron {
    font-family: 'chevron';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#afui .chevron:before {
    content: "\f054";
}

#afui .chevron.left {
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


@media handheld, only screen and (min-width: 768px) {
    #afui .footer.hasMenu.splitview, #afui .header.hasMenu.splitview, #afui  #content.hasMenu.splitview  {
        position:relative;        
        right:0px;
        margin-left:256px;
        -webkit-transition: transform 0ms;
        -webkit-transform:none;
        transition:transform 0ms;
        transform:none ; 
        width: -webkit-calc(100% - 256px);
        width: calc(100% - 256px);
    }

    #afui > #aside_menu.splitview {
        width:256px;
    }
    
        
    #afui > #menu.tabletMenu.splitview {
        z-index:1;
        width:256px;
        bottom:0;
        height:100% ;
        display:block;
        position:absolute ; top:0;
        left:0px;
        -webkit-transform:none;
        -webkit-transition:none;
        transform:none;
        transition:none;        
    }
    
    #afui .splitview .menuButton { display:none;    }
}

@media print {
      body {
          overflow:visible;
      }
      #afui #content{
        overflow: visible;
        left:0;         
      }
      #afui {
        overflow:visible;
      }
      #afui .panel {
        overflow-x:visible !important;
        overflow-y:visible !important;
        overflow:visible !important;
      }
}

/*从INFO.JSP里移过来的样式*/
#main_info{clear: both;}
A {text-decoration: NONE}
.alt{background:#ecf6fc;  /*这行将给所有的tr加上背景色*/   }  
.over{background:#bcd4ec;  /*这个将是鼠标高亮行的背景色*/ }    
.bg1 {background:#1BBC9B;}
.bg2 {background:#2DCC70}
.bg3 {background:#3598DB}
.bg4 {background:#E4B23F}
.bg5 {background:#F57649}
.bg6 {background:#B7619E}
.bg7 {background:#53ABD3}
.bg8 {background:#88BF61}
.bg9 {	background:#E5B9B8}
.bg10 {	background:#1F7E92}
.bg11 {	background:#B55477}
.bg12 {	background:#68BA78}
.data_time {	width:30%}
.replace {	width:12%}
.go_in {	width:12%}
.rewrite {	width:23%}
.out_in {	width:23%}
/*历史营收info_box_detail*/
.info_box_detail{position: relative;width: 100%;border-top: 1px solid #ddd;border-left: 1px solid #ddd;overflow: hidden;margin-bottom: 15px;}
.info_box_detail li{background: #fff; /*border: 1px solid #ddd;border-top:3px solid #d6cfcf;*/  background: #eee ;width:33.333%; float:left; margin:0 ;border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;color: #8a8a8a;}
.info_box_detail li.sort_on{/*border-top:3px solid #0088d1*/;background: #2b3f76; color: #fff}
.info_box_detail li.sort_on h3{font-weight: bold;color:#fff}
.info_box_detail h3{ font: 18px/1.5 yahei;color: #0088D1;padding: 10px 0 0px 10px;}
#afui .info_box_detail p{font: 12px/1.5 yahei;padding-left: 12px;}

 /*--表格样式--*/
.checkin {	width:100%;	margin:0 auto;	font-size:14px;padding-right:3px;overflow:hidden}
#AFUI_info > div > a:active .checkin_list dt {background:#bcd4ec;  /*这个将是鼠标高亮行的背景色*/ }  
.checkin_title {	background:#0370CD;	margin:0 auto;	color:#fff;	overflow:hidden}
.checkin_title dt, .checkin_title dd {	height:2.5em;	line-height:2.5em;	float:left;	text-align:center;	margin-top:5px;}

.checkout {	width:100%;	margin:0 auto;	font-size:14px;padding-top:10px	;padding-right:3px;overflow:hidden}
.checkout_title {	background:#0370CD;	margin:0 auto;	color:#fff;	overflow:hidden}
.checkout_title dt, .checkout_title dd {	height:2.5em;	line-height:2.5em;	float:left;	text-align:center;	margin-top:5px;}

.class {	width:100%;	margin:0 auto;	font-size:14px;padding-right:3px;overflow:hidden}
.class_title {	background:#0370CD;	margin:0 auto;	color:#fff;	overflow:hidden}
.class_title dt, .class_title dd {	height:2.5em;	line-height:2.5em;	float:left;	text-align:center;	margin-top:5px;}

.error {	width:100%;	margin:0 auto;	font-size:14px;padding-top:10px	;padding-right:3px;overflow:hidden}
.error_title {	background:#0370CD;	margin:0 auto;	color:#fff;	overflow:hidden}
.error_title dt, .error_title dd {	height:2.5em;	line-height:2.5em;	float:left;	text-align:center;	margin-top:5px;}

.error_list {	margin:0 auto;	color:#000;}
.error_list dt, .error_list dd {		height:3em;	line-height:3em;	float:left;	text-align:center}
.error_list dt {	color:#000;}
.error_list dd {	border-right:2px solid #42ADFF;	border-bottom:1px solid #42ADFF;	background:#daeafa}

.class_list {	margin:0 auto;color:#000; clear: both;}
.class_list dt, .class_list dd {		height:3em;	line-height:3em;	float:left;	text-align:center}
.class_list dt {	color:#000;}
.class_list dd {	border-right:2px solid #42ADFF;	border-bottom:1px solid #42ADFF;	background:#daeafa}

.checkin_list {	margin:0 auto;	color:#000;}
.checkin_list dt, .checkin_list dd {		height:3em;	line-height:3em;	float:left;	text-align:center}
.checkin_list dt {	color:#000;}
.checkin_list dd {	border-right:2px solid #42ADFF;	border-bottom:1px solid #42ADFF;	background:#daeafa}

.checkout_list {	margin:0 auto;	color:#000;}
.checkout_list dt, .checkout_list dd {	height:3em;	line-height:3em;	float:left;	text-align:center}
.checkout_list dt {	color:#000;}
.checkout_list dd {	border-right:2px solid #42ADFF;	border-bottom:1px solid #42ADFF;	background:#daeafa}


.clear {clear:both;	display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.show_message {	background:#333;	text-align:center;	position:fixed;	z-index:999;	color:#fff;	padding:10px 20px;	box-shadow:0 2px 10px #000}
.fangtai_list ul{margin:0px 0 0 -10px;overflow: hidden;}
.fangtai_list li { float:left;color:#fff; width:20%; height:35px; border-left:10px solid #fff;margin-bottom:10px;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.fangtai_list li .dv{width: 100%; height:35px; line-height:35px; text-align:center;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px; text-shadow:none; border:1px solid #333 }
.fangtai_list li .dv:active{opacity: 0.8;}
.fangtai_list ul li a{ color:#fff; text-decoration:none}
.rzl{ font-size:0.8em; padding-left:1em; color:green}
.rz2{ font-size:0.8em; padding-left:0.5em; color:#0088D1;}
.rzl1{ font-size:0.8em; padding-left:1em; color:#0370cd;float: right;}
.bg_hui .dv{ background:rgb(129,74,214);color: #fff;}
.bg_green .dv{ background:rgb(250,245,240);color:#666}
.fangtai_list{padding-top: 10PX;}
.fangtai_list ul li.bg_green a,.fangtai_list ul li.bg_green,.fangtai_box li.bg_green,.fangtai_box li.all,.fangtai_box li.bg_huang,.fangtai_list li.bg_huang a,.fangtai_list li.bg_huang{color:#666}
.fangtai_list_tit{width: 100%;font:14px yahei;color: #0288d1;overflow: hidden; padding: 5px 0 10px 5px;}
.bg_juhuang{ background:rgb(160,160,160)}
.bg_huang .dv{ background:rgb(250,238,0)}
.bg_blue .dv{ background:rgb(95,211,183)}
.fangtai_box{margin:0px 0 0 -10px;overflow: hidden;}
.fangtai_box li {position: relative; float:left; width: 33.333333%;border-left:10px solid #fff;margin-bottom:10px;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.fangtai_box li .dv{width: 100%;height:100%;text-align: center;border: 1px solid #000;padding-top: 8px;}
.fangtai_box li .dv:active{opacity: 0.8;}
.fangtai_box li h3,.fangtai_box li p{font-weight:lighter; }

/*font-family: 'iconfont'*/
@font-face {font-family: 'iconfont'; 
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#svgFontName') format('svg'); /* iOS 4.1- */
}
.iconfont{font-family:"iconfont";font-size:20px;font-style:normal;}
#afui .list > li > a:after{content:""}
#afui .expanded:before{}
/*7天预订报告、时间控件样式*/
.mask{width:100%;height:100%;background:rgba(0,0,0,0.7);z-index: 9995;position:absolute; top:0; left:0;bottom:0; display: none;}/*黑色透明背景*/
#calendarPanel{width: 310px!important; left:50%!important; margin-left:-155px!important;}
#calendarPanel th{background: #fff;}
#calendarTable tr:nth-child(8),#calendarTable tr:nth-child(9){display: none;}
#calendarTable td{padding: 10px;border: none;vertical-align: middle;}
#prevMonth,#nextMonth{padding: 1px 6px;line-height: auto;font-size: 18px;margin-left: 2px;width: auto!important;height: auto!important;}
#nextMonth{ margin: 0 2px 0 0}
#calendarYear,#calendarMonth{ font-size: 16px!important; margin-right: 10px;}
#calendarMonth{margin: 0}
#afui .destineBox_A{ width:100%; margin-bottom:10px; vertical-align:middle; font:14px yahei; color:#000; overflow:hidden;}
#afui .destineBox_A .tex{ border:1px solid #ccc; vertical-align:middle; padding:6px 10px!important;width:100px!important;height:auto!important; float: left!important;margin: 0 5px!important;}
#afui .destineBox_A .lt{ float: left;line-height:30px!important;margin: 0 }
.destineBox_B{width: 100%;overflow: hidden;clear:both;}
.destineBox_B th {background:#0370CD; color:#FFFFFF;padding:10px 5px; text-align:center;  }  
.destineBox_B td { padding:10px 5px;vertical-align:midden; text-align:center; }
.destineBox_B .tr00{ background: #ecf6fc}
/*左侧底部footSubs*/
#menu_scroller{height: 100%;}
#afui #menu_scroller nav{height: 100%;position: relative;}
.footSubs{position: absolute;left: 0;right: 0;bottom:-10px;width: 100%;background: #0088d1;color: #fff;background:#008bbf;}
.footSubs li{ width: 50%; border: 1px solid #0298d0; border-width: 0 1px 1px 0;}
.footSubs li a{padding: 15px;display: block;color: #fff}
.footSubs li a:active{ background: #007fae}
.footSubs li:nth-child(1),.footSubs li:nth-child(3){float: left;}
.footSubs li:nth-child(2),.footSubs li:nth-child(4){float: right;}
/*账户页面*/
.accPerfect{float: right;padding:0 15px; color:#fff;font:14px/44px yahei;}
#afui .account_list{ overflow: hidden;padding: 10px;margin: 0}
#afui #checkinTit{ margin-bottom: 5px;}/*入住报告标题*/
.historyFt_cont{clear:both;overflow: hidden;width: 100%;}
.historyFt_cont_form{padding-top: 15px;}
/*更多页面moreList*/
#afui #moreList h2{padding: 0; line-height: 34px;margin: 15px 0}
#afui #moreList .list{margin: 0;}
#afui #moreList .list > li > a{padding-left: 10px}
#afui #moreList .list > li .time {font: 12px/1.5 yahei;color: #0365b9;}
#afui #moreList .list > li .tit {font: 14px/1.5 yahei;color: #333}
/*在住页面*/
.main_ruzhu_num{width: 100%; text-align: right;  padding-bottom: 10px;}
.main_ruzhu_num .rzl1{float: none;font-size: 14px;}
.main_ruzhu_numA{width: 100%; text-align: center; padding-bottom:15px;}
.main_ruzhu_numA .rzl1{float: none;font-size: 14px; color: #0370cd }
/*鸣谢*/
#mThanks h1{font:bold 18px yahei; color:#0088d1; border-bottom:1px solid #ddd; margin-bottom:10px;padding:15px 0 8px 0}
#mThanks p{font:14px/24px yahei;color: #333}
/*营收页面*/
#afui #ft{padding: 0 0 15px 0;}
.revenueTit{border-bottom: 1px solid #dbdbdb; padding: 0 10px; height: 50px;margin-bottom: 15px;}
.revenueTit h2.tit{float: left;}
.historyIcon{float: right;background:url(../images/pubIcon.png) no-repeat left 3px;margin-top: 16px;height:20px;padding-left: 16px;font:14px/20px yahei; color: #0288d1 }
.shareIcon{background-position: left -35px;margin-right: 10px;}
.headerTab{width: 100%;padding: 15px 0 10px 0; overflow:hidden; text-align: center;}
.headerTab > a{display: inline-block;font:18px/20px yahei; color: #999; margin: 0 5px;}
.headerTab > a.on{color: #0370cd;font-weight:bold;}
.headerTitle_lt{float: left;}
.headerTitle_rt{float: right;}
.revenueYester{clear: both;padding:0 10px 10px 10px;overflow: hidden;border-bottom: 1px solid #dbdbdb;}
.revenueYester.grey{padding:15px 10px 15px 10px;}
#afui .revenueYester .tit{ font-size: 24px;}
.revenueYester h2 i{font-size: 12px;}
#afui .revenueYester p{font:40px yahei;text-align:right;color: #0088D1;}
#afui .revenueYester.grey h2,#afui .revenueYester.grey p{color: #999;font-size: 18px;}
#afui .revenueYester.grey h2{padding-top: 15px;}
#afui .revenueYester.grey p{color: #999; font-size: 24px;}
.info_box{overflow: hidden;}
.info_box li {float:left; width:50%;border-left:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;background: #ededed}
.info_box li:active{background:#e7e6e6}
.info_box li > a{display:block;color: #999}
#afui .panel .info_box li h3 {color: #0088D1;margin-top:10px;padding-left:10px;margin-bottom:10px;}
#afui .panel .info_box li h3 i{font-size: 12px;}
#afui .panel .info_box li p {text-align:right;padding-right:0.5em}
.revenueShuju{border-bottom: 1px solid #dbdbdb; padding:20px 10px; clear: both;overflow: hidden;}
.revenueShuju_tit{ font:bold 1.17em yahei;color: #0088D1; }
.revenueShuju_A{padding: 15px;overflow: hidden;}
/*无权限*/
.error_xtyc{ background:url(../images/error_xtyc.jpg) no-repeat center top; width:220px; height:300px; background-size:100%; margin:90px auto 0 auto; padding-top:100px; text-align:center }
.error_xtyc_passd{background:url(../images/error_xtyc_passd.jpg) no-repeat center top;background-size:100%;}
.error_xtyc_btn{ padding:10px 15px; display:inline-block; margin-top:111px; border-radius:5px;background: #b7dcea; font:bold 24px yahei; color: #555; text-align:center;  }
.error_xtyc_btn:active{ opacity:0.8}
/*分享弹出框*/
.yindaoPop{ position: absolute;top: 0;right: 0; left:0;bottom: 0;z-index: 9999;background-color: rgba(0,0,0,0.8);text-align: right; padding:0px 0px 0 30px;}
.yindaoPop img{max-width: 100%;}
.freeBtn{display:block;position:absolute;top:0;left:50%; margin:100px 0 0 -90px; font:0/0 yahei;width: 180px;height: 191px; background:url(../images/freeBtn.jpg) no-repeat center top;}
.freeBtn:active{ opacity:0.8}
/*数据显示弹出层numPop*/
#numPop{background:#D34C00; width:100%;display:block;z-index: 9998;position: absolute;top: 0;right: 0;left: 0;bottom: 0; padding-top:80px;}
#numPop .dataform {font-size:18px;line-height:1.5;color:#fff;}
.numPop_btn{width:100%; position: absolute;bottom:60px;}
.numPop_btn span:active,.numPop_close:active{opacity:0.85}
#numPop .showtofriend,#numPop .lookmyreport {	display:block;	width:50%;margin: 0 auto;font-size:14px;padding:8px;color: rgba(0,0,0,.8);background: #00e2fd; text-align:center;border-radius:3px;font-weight: lighter}
#numPop .num {font-size:24px;	color: #fff;	font-weight: 700;text-align: center;padding:5px}
#numPop .numPop_zs{color: #FFF100;font-weight: 700;}
#numPop .numPop_zs .num{color: #FFF100;font-size:30px;}
#numPop .lookmyreport {background: #fda700;}
#numPop p{text-align: center;}
.numPop_ft{text-align: center;font:14px/1.5 yahei;color: #fff; position: absolute;bottom:25px;width: 100%;}
.numPop_ft em{font:bold 18px/1.5 yahei;}
.numPop_close{font:700 18px Arial, Helvetica, sans-serif; position: absolute;top:10px;right:10px; color: #fff; width:30px;height:30px;text-align: right;}
/*============千里眼一周年活动============start*/
/*eye-1-2*/
.eyeOneBox{ position:absolute; top:0; left:0; right:0; bottom:0;;z-index: 9998; width:100%; height:100%; background:url(../images/eyeOne_bg1.jpg) no-repeat top/cover; padding:45px 15px 0 15px; color:#fff;}
.eyeOneBox img{max-width: 100%;}
.eyeOneBox_pic{ width:35%; margin:0 auto 10px auto;}
.eyeOneBox_pic img{ border-radius:100%; border:5px solid #c1def1; background:#e2f0f9;}
.eyeOneBox_tit,.eyeOneBox_info li,.eyeOneBox_date{ width:100%; text-align:center; font:24px/1.5 yahei;}
.eyeOneBox_info li{ font-size:16px}
.eyeOneBox_btn{display:block; font:16px yahei;width:80%; padding:10px; margin:0 auto; text-align:center; background:#38d1e0; color:#fff; border-radius:8px;}
.eyeOneBox_btn:active,.eyeOneBox_close:active{ opacity:0.8}
.eyeOneBox_date{ font-size:12px}
.eyeOneBox_logo{ width:30%; margin:0 auto;opacity: .45;}
.eyeOneBox_close{font:0/0 yahei; position: absolute;top:10px;right:10px;width:30px;height:30px;text-align: right; background:url(../images/eyeOne_close.png) no-repeat center/cover;}
/*eye-3*/
.eyeOneBox01{ background:url(../images/eyeOne_bg2.jpg) no-repeat top/cover;}
.eyeOneBox01_tit{width:160px; margin:0 auto 20px auto; text-align:center; font:24px yahei; border:1px solid #fff; padding:5px;}
.eyeOneBox_btn01{ background:#fff; color:#68658c; clear:both;}
.eyeOneBox01_Num{ width:88%; text-align:center; font:700 24px yahei; color:#fff; margin:0 auto 15px auto; padding:30px 0; border:1px solid #fff;background-color:rgba(255,255,255,0.2); }
.eyeOneBox01_tab{ width:90%; margin:0 auto 15px auto; overflow:hidden;}
.eyeOneBox01_tab li{ float:left; width:33.333333%; padding:0 3px 10px 3px;}
.eyeOneBox01_tab li>div{ width:100%; padding:30px 0; border:1px solid #fff;text-align:center; font:18px yahei; color:#fff;}
.eyeOneBox01_tab div.sort_on{background-color:rgba(255,255,255,0.2);}
/*eye-4成功*/
.eyeOneBox04{background:url(../images/eyeOne_bg3.jpg) no-repeat top/cover;}
.eyeOneBox_time{width:60%; margin:0 auto 15px auto; padding:30px 0; border:1px solid #fff;}
.eyeOneBox_time h3{ text-align:center; font:700 40px yahei; color:#fff;}
.eyeOneBox_time p{ text-align:center; font:18px yahei; color:#fff;}
.eyeOneBox_tit02{ width:100%; text-align:center; font:18px/1.5 yahei; margin-bottom:30px;}
/*底部*/
.eyeOneBox_foot{ position:absolute; bottom:30px; width:100%; left:0; right:0;}
/*判断不同屏幕分辨率*/
@media only screen and (max-height:480px ){ 
.eyeOneBox01_Num{ padding:25px 0}
.eyeOneBox01_tab li>div{ padding:25px 0;}
.eyeOneBox_close{ width:25px; height:25px;} 
.eyeOneBox{padding:30px 15px 0 15px;}
.eyeOneBox_pic{ height:100px; margin-bottom:0}
.eyeOneBox_tit{ font-size:20px;}
.eyeOneBox_info li{ font-size:14px;}
.eyeOneBox_btn{ font-size:14px; padding:8px;}
.eyeOneBox_logo{ width:20%;}
.eyeOneBox_foot{ bottom:20px;}
}
/*============千里眼一周年活动============end*/