皮肤名称 Default_System_Mobile.css
ctlName
皮肤类型 styles
标准样式 ---
样式表(CSS Style Sheet) /Communities/Common/Themes/Arc_CHS/Styles/default_system_mobile.css
修改代码
/*****************************
  Default Style Elements 沈群--mobile
*****************************/


.FormSys_NoDataBox {
    padding-top: 280px;
    text-align:center;
    background-image: url(/Communities/Common/themes/Arc_CHS/images/nodatabg.jpg);
    background-repeat: no-repeat;
    background-position:center 0
}

.FormSys_cellTextAlignRight{

    text-align:right;
}

@media screen and (max-width:500px) {

    .FormSys_bottomNavBox {
        width: 100%;
       
        position: fixed;
        bottom: 1px;
        margin: auto;
        z-index: 100;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: lightgray;
        background-color: white;
    }

}

@media screen and (min-width:520px) {

    .FormSys_bottomNavBox {
        width: 550px;
       
        position: fixed;
        bottom: 1px;
        margin: auto;
        z-index: 100;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: lightgray;
        background-color: white;
    }

}
.FormSys_userHeaderImage img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.FormSys_ImageDisplay {
    width: 100%;
}


    .FormSys_ImageDisplay img {
        width: 100%;
    }

.FormSys_navLength{
    width:100px;
}



.FormSys_navBoxBlack {
    border-style: solid;
    border-color: #e6e4e4;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 30px;
    background-color: #5c5454;
    color: white;

}

.FormSys_ThumbItemSM {
    padding: 5px;
    width: 145px;
    height: 270px;
    margin: 2px;
    border: solid;
    border-width: 1px;
    border-color: #dbe6f4;
    overflow: hidden;
    display: inline-block;
}


    .FormSys_ThumbItemSM:hover {
        border-color: #C0C0C0;
    }


.FormSys_ThumbItemImageSM {
    width: 100%;
    height: 100px;
    padding: 5px;
    overflow: hidden;
}


    .FormSys_ThumbItemImageSM img {
        border-radius: 8px 8px 8px 8px;
        width: 100%;
    }

.FormSys_navBox {
    border-style: solid;
    border-color: #e6e4e4;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 15px;
   
}

.FormSys_TextBox {
    border-style: solid;
    border-color: #e6e4e4;
    border-radius: 5px;
    height: 34px;
}

.FormSys_ProfileHeadBg {
    background: linear-gradient(#5b8aea, white);
    padding:10px;
}

.FormSys_ProfileCustomerBox {
    vertical-align: top;
    margin-left: 10px;
    display: inline-block;
}


.FormSys_ProfileCompanyLog {
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
}


    .FormSys_ProfileCompanyLog img {
        width: 100%;
    }

.FormSys_ProfileCompay {
    width: 210px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    text-align:right;
}

.FormSys_ProfileImage {
    width: 90px;
    height: 100px;
    overflow: hidden;
    display:inline-block;
}


.FormSys_ProfileImage img {
    width: 100%;
}

.FormSys_ImageItem {
    width: 250px;
    height: 250px;
    overflow: hidden;
}


    .FormSys_ImageItem img {
        width: 100%;
    }

.FormSys_SearchBox{
    width:100%;
    padding:10px;
    background-color:#f3f3f5;
    border-radius:5px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    
}

.FormSys_TitleBox
{
    padding:5px;
    width:100%;
    height:50px;
    font-size:14px;
    overflow:hidden;
}

.FormSys_BannerImage {
    width: 98%;
    height: 200px;
    overflow: hidden;
}

.FormSys_BannerImage img{
    width: 100%;
    height:200px;
    
}


@media screen and (max-width:500px) 
{
    .FormSys_topNavArea {
        position: fixed;
        width: 100%;
        height: 60px;
        margin: auto;
        top: 0;
        background-color: white;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        margin: auto;
        padding-left:10px;
        padding-right:10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 200;
    }

}
@media screen and ( min-width:520px) {
    .FormSys_topNavArea {
        position: fixed;
        width: 550px;
        height: 60px;
        margin: auto;
        top: 0;
        
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 200;
    }

}


    .FormSys_topNavAreaBottomMargin{
        height:65px;
    }


.FormSys_HanmbugerBox{
    text-align:right;
    padding:10px;
}


.FormSys_Panel {
    border-style: solid;
    border-width: 1px;
    border-color: #e1eef8;
    border-radius: 6px;
    padding: 15px;
    margin: 10px;
}

.FormSys_panelTextAlignRight {
    text-align:right;
}


.FormSys_panelTextAlignCenter {
    text-align: center;
}


.FormSys_ProductLeft {
    width: 97%;
   
    margin: 5px;
    overflow: hidden;
    display: inline-block;
}


    .FormSys_ProductLeft img {
        width: 100%;
    }


.FormSys_ProductRight {
    width: 100%;

    margin: 5px;
    overflow: hidden;

}


.FormSys_ItemProductServiceBox {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: inline-block;
    padding: 5px;
    border-width: 1px;
    border-radius: 8px;
    border-style: dashed;
}

.FormSys_ItemUserBox {
    width: 100px;
    height: 190px;
    overflow: hidden;
    display: inline-block;
}


.FormSys_ItemUserBoxImage img{
    width: 100%;
    height: 110px;
    display:inline-block;
}

.FormSys_ItemCustomerBoxMZ {
    width: 100px;
    height: 125px;
    display:inline-block;
}

.FormSys_ItemCustomerBox {
    width: 55px;
    height: 70px;
    display: inline-block;
}


    .FormSys_ItemCustomerBox img {
        width: 100%;
        height: 70px;
    }

.FormSys_ItemSeperator {
    height: 10px;
   

}

.FormSys_MenuBox {
    width:330px;
    padding: 5px;
    background-color: #C0C0C0;
}

.FormSys_ContentArea {
    min-height:800px;
    max-height:none;
   


}

.FormSys_BoxTitle
{
     margin:10px;
     font-size:18px;
     
}

.FormSys_ItemImageList {
    width: 100%;
    height: 200px;
    margin: 5px;
}

.FormSys_ItemXQROType {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: inline-block;
    margin: 5px;
}

.FormSys_ItemXQROTPrice {
    width: 100%;
  
    display: inline-block;
}


    .FormSys_ItemXQROTPrice img
    {
        width:100%;
        height:200px;
    }

    .FormSys_ItemPoint {
        color: black;
        font-size: 16px;
    }


.FormSys_Point {
    color: black;
    font-size: 16px;
}


.FormSys_Image {
    width: 330px;
    height:330px;
    overflow:hidden;
}

.FormSys_Image img{
    width:100%;
}


.FormSys_MenuItemMB{

    width:70px;
    height:90px;
    display:inline-block;
    margin:5px;
    text-align:center;
    
    color:black;
 
}

.FormSys_MenuItemMB  img {
    width: 50px;
    height: 50px;
    border-radius:24px;
    
   
}

.FormSys_MenuItemParent {
    color: #6d6969;
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
}

.FormSys_MenuItemNoPading {
    color: #333333;
    font-size: 14px;
   

    width: 70px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    
}

.FormSys_MenuItem {
    color: #333333;
    font-size: 16px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;

}



.FormSys_MenuItemSelected {
    color: #964545;
    font-size: 16px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;

}


.FormSys_MenuItemSub {
    color: #333333;
    font-size: 14px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 70px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.FormSys_ItemImageCellGloden {
    width: 108px;
}


    .FormSys_ItemImageCellGloden img {
        width: 100%;
        height:70px;
        border-radius:6px;
    
    }

.FormSys_ItemImageListSmall {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
}

.FormSys_ItemImageListSmall img{
    width:100%;
   
}

.FormSys_ImageCell {
    width: 40%;
}


.FormSys_ImageCellImageBox {
    width: 100%;
}


.FormSys_ItemBox{
    width:96%;
    height:280px;
    border:dotted;
    border-color:#d4d7dd;
    margin:5px;
    padding:5px;
    overflow:hidden;
    display:inline-block;
}



    .FormSys_ItemBoxImageBox img
    {
        width:100%;
        height:200px;
    }


.FormSys_ItemBoxMedical {
    width: 98%;
    height: 330px;
    border: dotted;
    border-color: #d4d7dd;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    display: inline-block;
}


.FormSys_ItemBoxMedicalImageBox {
    width: 100%;
    height: 280px;
}


    .FormSys_ItemBoxMedicalImageBox img {
        width: 100%;
        height: 280px;
        overflow:hidden;
    }


    .FormSys_ItemAuthor {
        padding: 5px;
        margin: 5px;
        color: #aca6a6;
    }

.FormSys_ItemImageCell{
    width:108px;
  

}


.FormSys_ItemImageCell img {
    width: 100%;
    height:90px;
    border-radius:6px;
}


.FormSys_BriefDescription {
    display: block;

   
    padding-right: 10px;

    color: #5e3505;


    margin-bottom:10px;
}


.FormSys_ItemBriefDescription {
    display: block;
    color:#8f9aa4;
    clear:both;

}

.FormSys_Date{
    color:#9d8f8f;
}

.FormSys_ItemDate {
    color: #9d8f8f;
}


.FormSys_Logo {

    width: 60px;
    height: 40px;
    overflow:hidden;
    display:inline-block;
}

.FormSys_Logo img{


    width:100%;
}

.FormSys_NavReturn {
    color: black;
    display: inline-block;
    padding: 5px;
    font-family: 黑体;
    border-width: 2px;
    border-radius: 5px;
    border-color: red;
    border-style: solid;
}


    .FormSys_NavReturn a {
        color: darkred;
    }

.FormSys_TableRowHight{
    background-color:lightblue;
}

.FormSys_SectionDescription
{
    padding:5px;
    font-size:12px;
    background-color:aliceblue;
}

.FormSys_SectionTitle {
    padding: 5px;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.FormSys_HighLightLabel {
    text-decoration-color: black;
    color: darkgreen;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}

.FormSys_panelInline {
    display: inline;
}


.FormSys_panelFloatRight {
    float: right;
}


.FormSys_BorderRed {
    border: solid;
    border-width: 1px;
    border-color: red;
}


.body-content {
   
    padding:0px;
    
}


.FormSys_More {
    color:gray;
    font-family: 黑体;
    font-weight: bold;
    text-align:right;
}


.FormSys_Contenttitle {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
}


.FormSys_Contenttitle a {
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
}

.FormSys_ContentSubtitle {
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
}


.FormSys_ContentSubSubtitle {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    padding-left:10px;
}


.FormSys_ContentSubSubSubtitle {
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}

.FormSys_SubTitle {
    font-size: 18px;
    font-weight: bolder;
    color: Highlight;
    padding: 15px 10px;
}




.FormSys_Content {
    width: 100%;
    margin: auto;
    padding: 5px;
}


.FormSys_ImageBorder img {
    border: solid;
}




.PagerItem {
    background-color: darkgreen;
    padding: 5px;
    color: #FFFFFF;
}


.PagerItemSelected {
    background-color: darkred;
    padding: 5px;
    color: #FFFFFF;
}






.FormSys_tab .ajax__tab_header {

    height:50px;
    color: #000000;

    background-color: #F5F5F5;
    background-image: none;
  


}





    .FormSys_tab .ajax__tab_header .ajax__tab_tab {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        outline: none;
        color:#5e5a5a;
        background-image: none;

        font-size: 16px;
        padding:12px;

    }


    .FormSys_tab .ajax__tab_header .ajax__tab_outer {
        background-image: none;
     
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_inner {
        background-image: none;
       
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        background-image: none;
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
        background-image: none;
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
        background-image: none;
        background-color: #cacdd3;
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {
        background-image: none;
        background-color: #c62929;
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {
        background-image: none;
    }


    .FormSys_tab .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {
        background-image: none;
    }


.FormSys_RightArr {
    background-position: right;
    background-image: url("/Communities/Common/Themes/Arc_CHS/Images/bullet.gif");
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-right: 12px;
}


.FormSys_Seadragon {
    width: 500px;
    height: 400px;
    background-color: black;
    border: 1px solid black;
    color: white; /* text color for messages */
}


.FormSys_Overlay {
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: 1px solid red;
}



.FormSys_Inline {
    display: inline;
}


.FormSys_FloatLeft {
    float: left;
}




.FormSys_Watermarked {
    color: #99b4cb;
}


/*CollapsiblePanel*/
.FormSys_collapsePanel {
    background-color: white;
    overflow: hidden;
}


.FormSys_collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    color: #33cc00;
    font-weight: bold;
    background-color: #ccccff;
}


.FormSys_collapseStatus {
    float: right;
    font-family: 隶书;
    color: #CC3300;
    cursor: pointer;
}




/*Modal Popup*/
.FormSys_modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.FormSys_modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    z-index: 200;
    width: 400px;
}


.FormSys_modalPopup_Switch {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    z-index: 200;
}


.FormSys_modalPopup_Text {
    background-color: #E0EBEB;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 10px;
    width: 500px;
}


.FormSys_modalPopup_Generic {
    border: 1px solid #DDDDDD;
    padding: 5px;
    background-color: #FFFFFF;
    width:100%;
}

/*Hover Menu*/
.FormSys_popupMenu {
    padding: 5px;
    position:absolute;
    visibility: hidden;
    background-color: #FFFFFF;
    z-index: 200;
    border: 1px groove #cccccc;
    color: #333333;

}


.FormSys_popupMenu_NoBorder {
    padding: 5px;
    position: absolute;
    visibility: hidden;
    background-color: #FFFFFF;
    z-index: 100;
}


.FormSys_popupMenu_HelpText {
    padding: 5px;
    position: absolute;
    visibility: hidden;
    background-color: #E1C5A8;
    border-right: #ff3399 thin;
    border-top: #ff3399 thin;
    border-left: #ff3399 thin;
    border-bottom: #ff3399 thin;
    z-index: 5;
    border: 2px solid #006666;
}







/*Popup Control*/
.FormSys_popupControl {
    border: 1px solid #339966;
    padding: 5px;
    background-color: #FFFFFF;
    position: absolute;
    visibility: hidden;
    z-index: 100;
    width:100%;
    top:100px;
    left:0px;
}


.FormSys_popupMessage {
    position: absolute;
    visibility: hidden;
    background-color: #EEC6FB;
    opacity: .5;
    filter: alpha(opacity=90);
    border-right: #ff3399 thin;
    border-top: #ff3399 thin;
    border-left: #ff3399 thin;
    border-bottom: #ff3399 thin;
    width: 200px;
    height: 120px;
}


.FormSys_popupHover {

    background-color: #F5F7F8;
}





.FormSys_ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}


.FormSys_filledRatingStar {
    background-image: url("/Communities/Common/Themes/Arc_CHS/Images/FilledStar.png");
}


.FormSys_emptyRatingStar {
    background-image: url("/Communities/Common/Themes/Arc_CHS/Images/EmptyStar.png");
}


.FormSys_savedRatingStar {
    background-image: url("/Communities/Common/Themes/Arc_CHS/Images/avedStar.png");
}


.FormSys_ContextMenuPanel {
    border: 1px solid #868686;
    z-index: 1000;
    background: url("/Communities/Common/Themes/Arc_CHS/Images/images/menu-bg.gif") repeat-y 0 0 #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}


.FormSys_autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    cursor: auto;
}


.FormSys_autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}


.FormSys_autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/*pager Css */
.FormSys_CurrentPage {
    padding: 2px 6px;
    border: solid 1px #ddd;
    background: #2E8B57;
    color: White;
}


.FormSys_PrevNext, .FormSys_PageNumber {
    padding: 2px 6px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: #2E8B57;
}


    .FormSys_PageNumber:hover, .FormSys_PrevNext:hover {
        background-color: #FFA500;
        color: White;
    }


.CurrentPage {
    padding: 2px 6px;
    border: solid 1px #ddd;
    background: #2E8B57;
    color: White;
}


.PrevNext, .PageNumber {
    padding: 2px 6px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: #2E8B57;
}


    .PageNumber:hover, .PrevNext:hover {
        background-color: #FFA500;
        color: White;
    }







.FormSys_BIFrame:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}


.FormSys_BIFrame:hover {
    border: 1px dotted #FF0000;
    overflow: hidden;
}


.FormSys_BIFrameWithBorder {
    border: 1px solid #FF0000;
}



/* Form */
@media screen and (max-width:500px) {

    .FormSys_Main {
        width: 100%;
        
    }



}
@media screen and (min-width:520px) {

    .FormSys_Main {
        width: 550px;
        margin:auto;
    }

}

@media screen and (max-width:550px) {

    .FormSys_MainTop {
        width: 100%;
        background-image: url(/Communities/Common/themes/Arc_CHS/images/memberbg.jpg);
        background-repeat: repeat-x;
        height: 100%;
        min-height: 600px;
    }

}

@media screen and (min-width:900px) {

    .FormSys_MainTop {
        width: 550px;
        background-image:url(/Communities/Common/themes/Arc_CHS/images/memberbg.jpg);
        background-repeat:repeat-x;
        margin: auto;
        height: 100%;
        min-height:600px;
        
    }

}
.FormSys_CursorPointer {
    cursor: pointer;
}


.FormSys_Text {
    color: #333333;
    font-size: 12px;
    font-family: '微软雅黑 Light';
}


    .FormSys_Text a {
        color: #003399;
        font-size: 12px;
        font-family: '微软雅黑 Light';
    }


        .FormSys_Text a:hover {
            color: #FF0000;
        }


.FormSys_Label {
    color: #000000;
    font-weight: bold;
    font-family: '微软雅黑 Light';
}


    .FormSys_Label a {
        color: #666666;
        font-size: 12px;
        font-weight: bold;
    }


.FormSys_LabelRow {
    background-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
}



.FormSys_TextHight {
    color: #FF9900;
    font-size: 12px;
}


    .FormSys_TextHight a {
        color: #CC6600;
        font-size: 12px;
    }



.FormSys_MainNav a {
    color: #3366CC;
    font-size: 14px;
    font-weight: bold;
    font-family: 黑体;
}



.FormSys_Title {
    padding: 5px;
    font-weight: bold;
    font-size: 14px;
    font-variant: small-caps;
    text-align: center;
    font-family: 华文宋体;
}


    .FormSys_Title a {
        font-weight: bold;
        font-size: 14px;
        font-variant: small-caps;
        color: #666666;
        text-align: center;
    }


.FormSys_FeedBack {
    font-size: 14px;
    color: #00CC66;
    text-align: center;
}


.FormSys_Message {
    font-size: 14px;
    color: #CC0000;
    text-align: center;
    clear: both;
}


    .FormSys_Message a {
        font-size: 14px;
        color: #CC0000;
        text-align: center;
    }


.FormSys_MessageBox {
    padding: 10px;
    border: 1px solid #AEAE00;
    margin: 14px;
    font-size: 13px;
    color: #CC0000;
    text-align: center;
    float: inherit;
    clear: both;
}


.FormSys_Button {
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-color: #DFDFDF;
    color: #000000;
    margin: 5px;
    text-align: center;
    display: inline-block;
}



.FormSys_HelpText {
    margin: 10px 0px 10px 0px;
    padding: 10px;
    background-color: #fcfafa;
    font-family: 宋体;
    font-size: 14px;
    font-weight: normal;
    display:block;
}




.FormSys_BoxContent {
    padding: 5px;
    margin: 0px;
    border: 1px solid #CCCCCC;
}


.FormSys_Box {
    padding: 5px;
    margin: 5px;
    border: 1px dotted #3399FF;
}






.FormSys_ItemLabel {
    border-style: none;
    border-width: 0px;
    float: left;
    padding: 5px;
    margin: 2px;
    color: #333333;
    font-family: 仿宋;
    font-size: 14px;
    font-weight: normal;
    background-color: #DADADA;
    width: 100px;
}


.FormSys_ItemLabel_Padding {
    border-style: none;
    border-width: 0px;
    float: left;
    padding: 5px;
    margin: 2px 2px 2px 8px;
    color: #333333;
    font-family: 仿宋;
    font-size: 13px;
    font-weight: normal;
    background-color: #DADADA;
    width: 94px;
}


.FormSys_Item {
    float: left;
    padding: 5px;
    margin: 2px;
    color: #333333;
    font-family: 仿宋;
    font-size: 13px;
    font-weight: normal;
    white-space: normal;
}


.FormSys_ItemSelected {
    color: #666666;
    font-weight: bold;
}


.FormSys_Item:hover {
    float: left;
    padding: 5px;
    margin: 2px;
    background-color: #FFC6C6;
    color: #333333;
    font-family: 仿宋;
    font-size: 13px;
    font-weight: normal;
}


.FormSys_Item a {
    font-family: 华文中宋;
    font-size: 13px;
    vertical-align: text-top;
}


.FormSys_Item img {
    vertical-align: middle;
}


.FormSys_ThumbItem {
    padding: 5px;
    width: 163px;
    height: 210px;
    margin: 2px;
    border: solid;
    border-width: 1px;
    border-color: #dbe6f4;
    overflow: hidden;
    display:inline-block;

}


    .FormSys_ThumbItem:hover {
        border-color:#C0C0C0;
    }


.FormSys_ThumbItemImage {
    width: 100%;
    height: 100px;
    padding: 5px;
    overflow:hidden;
}

.FormSys_ThumbItemImage img {
    border-radius: 8px 8px 8px 8px;
    width: 100%;
    height:98px;


}








.FormSys_SectionMenu {
 
    padding: 10px;
    margin: 5px;
    color: #000000;
   
    font-size: 14px;
    font-weight: normal;
    background-color: #e7e4e4;
    white-space: nowrap;

    display:inline-block;
    
}


    .FormSys_SectionMenu:hover {

        background-color: #FFC6C6;

    }


    .FormSys_SectionMenu a {
        
        font-size: 14px;
        color: #333333;
        float: left;
        font-weight: bold;
    }


.FormSys_Clear {
    clear: both;
}


.FormSys_SectionMenuBox {
    margin: 5px;
    border: 1px solid #808080;
    float: left;
}


.FormSys_SectionMenu_Selected {
    padding: 10px;
    margin: 5px;
    color:white;
    font-size: 14px;
    font-weight: normal;
    background-color: darkred;
    white-space: nowrap;
    display: inline-block;
}


.FormSys_ItemTitle {
    padding: 5px;
    text-align: center;
    font-family: 黑体;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #336699;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
     display:block;
}


.FormSys_ItemTitle_NoLine {
    padding: 5px;
    text-align: center;
    font-family: 黑体;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    margin:5px;
    display:block;
    
}











.FormSys_PageDescription {
    padding: 5px;
    font-family: 仿宋;
    font-size: 13px;
    color: #808080;
    clear: both;
}


.FormSys_ProductPriceMarket {
    
    text-decoration: line-through;
}



.FormSys_ProductPrice {

    color: #FF0000;
    font-weight: bold;
    font-size:16px;
}

.FormSys_ItemProductPrice {
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}

.FormSys_ProductOnStock {
    color: #009933;
}


.FormSys_ProductOutOfStock {
    color: #CC3300;
}



.FormSys_Table_Cellpading {
    width:100%;
}


    .FormSys_Table_Cellpading td {
        padding: 5px;
    }




.FormSys_Table_Medical {
    background-color: #FFFFFF;
    width: 97%;
    height: 104px;
    border-collapse: collapse;
    empty-cells: show;
    display: inline-block;
    margin: 5px;
    border: 1px solid #d1d9e8;
    overflow:hidden;
}


    .FormSys_Table_Medical tr {
        vertical-align: top;
    }


    .FormSys_Table_Medical td {
        border: 0px solid #C0C0C0;
        padding: 5px;
    }


    .FormSys_Table_Medical th {
        border: 0px solid #CCCCCC;
        padding: 5px;

        width: 100px;
    }


.FormSys_Table_NoBorder {
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}


    .FormSys_Table_NoBorder tr{
        vertical-align:top;
        border-bottom-style:none;
    }

    .FormSys_Table_NoBorder td {
        border: 0px solid #C0C0C0;
        padding: 5px;
        
    }


    .FormSys_Table_NoBorder th {
        border: 0px solid #CCCCCC;
        padding: 5px;
        background-color: #E9E9E9;

        width: 100px;
    }


.FormSys_Table {
    border: 1px solid #6699FF;
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}


    .FormSys_Table tr:hover {
        background-color: azure;
    }


    .FormSys_Table td {
        border: 1px solid #C0C0C0;
        padding: 5px;
        vertical-align: top;
        font-size: 14px;
        font-weight: normal;
        color: #333333;
        text-align: left;
        font-family: '微软雅黑 Light';
    }


        .FormSys_Table td a {
            color: #3366CC;
        }


            .FormSys_Table td a:hover {
                color: #CC3300;
            }


    .FormSys_Table th {
        border: 1px solid #CCCCCC;
        padding: 5px;
        margin: 5px;
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        background-color: #E9E9E9;
        vertical-align: top;

        width: 100px;
        font-family: '微软雅黑 Light';
    }


.FormSys_TableSmall {
    
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}



    .FormSys_TableSmall td {
        
        padding: 5px;
        vertical-align: top;
        font-weight: normal;
        color: #333333;
        text-align: left;
    }


        .FormSys_TableSmall td a {
            color: #3366CC;
        }


            .FormSys_TableSmall td a:hover {
                color: #CC3300;
            }


    .FormSys_TableSmall th {
        
        padding: 5px;
        margin: 5px;
        color: #b6b7b8;
        font-weight: normal;
        background-color: #f8f8f8;
        vertical-align: top;

        width: 75px;
    }


.FormSys_Table_Edit {
    border: 1px solid #DBDBDB;
    background-color: #FFFFFF;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
}


    .FormSys_Table_Edit td {
        border: 1px solid #C0C0C0;
        padding: 5px;
        vertical-align: middle;
        font-family: 宋体;
        font-size: 12px;
        font-weight: normal;
        color: #333333;
        text-align: left;
    }


    .FormSys_Table_Edit th {
        border: 1px solid #C0C0C0;
        padding: 5px;
        vertical-align: middle;
        font-family: 宋体;
        font-size: 12px;
        font-weight: normal;
        color: #333333;
   
        background-color: #E1E1E1;
        width: 120px;
    }


.FormSys_TableDisplay {
    border: 1px solid #D9E6FF;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}


    .FormSys_TableDisplay td {
        padding: 4px;
        font-weight: normal;
        color: #333333;
        text-align: left;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

    .FormSys_TableDisplay td a{
        padding: 4px;
        font-weight: normal;
        color: #333333;
        text-align: left;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }

        .FormSys_TableDisplay td:hover {
            padding: 4px;
            font-weight: normal;
            color: #333333;
            text-align: left;
        }


    .FormSys_TableDisplay th {
        padding: 2px;
        margin: 5px;
        height: 25px;
        width: 100px;
        color: #000000;
        font-weight:bold;
        text-align: right;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        border-bottom-color: #CCCCCC;
    }


.FormSys_TableNav {
    border: 1px black solid;
    background-color: #FFFFFF;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}


    .FormSys_TableNav td a {
        padding: 8px;
        font-family: 楷体;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }


    .FormSys_TableNav td {
        border: 1px solid #7E7E7E;
        padding: 8px;
        font-family: 楷体;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
    }


        .FormSys_TableNav td:hover {
            background-color: #007100;
        }


        .FormSys_TableNav td a:hover {
            background-color: #007100;
            font-family: 宋体;
            font-size: 16px;
            font-weight: bold;
            color: #FFFFFF;
        }


/*******************/
.FormSys_TableNavSmall {
    background-color: #FFFFFF;
    border-collapse: collapse;
    empty-cells: show;
}


    .FormSys_TableNavSmall td a {
        padding: 5px;
        font-family: 楷体;
        font-size: 13px;
        font-weight: normal;
        color: #0099CC;
    }


    .FormSys_TableNavSmall th {
        padding: 5px;
        font-family: 楷体;
        font-size: 13px;
        color: #000000;
        background-color: #EBEBEB;
        font-weight: normal;
    }


    .FormSys_TableNavSmall td {
        padding: 5px;
        font-family: 楷体;
        font-size: 13px;
        color: #000000;
    }


        .FormSys_TableNavSmall td:hover {
            color: #333333;
        }


        .FormSys_TableNavSmall td a:hover {
            color: #FFFFFF;
            background-color: #007100;
        }



.FormSys_TableNoBorder {
    border-style: none;
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}



    .FormSys_TableNoBorder td {
        border-style: none;
        padding: 5px;
        vertical-align: top;
        font-size: 14px;
        font-weight: normal;
        color: #333333;
        text-align: left;
        font-family: '微软雅黑 Light';
    }


        .FormSys_TableNoBorder td a {
            color: #3366CC;
        }


            .FormSys_TableNoBorder td a:hover {
                color: #CC3300;
            }

/*tree view */

.FormSys_TreeView_Root {
    background-color: #0099CC;
    font-weight: bold;
    color: #000000;
}


.FormSys_TreeView_Parent {
    background-color: #C0C0C0;
    width: 100%;
    font-weight: bold;
    color: #333333;
}


    .FormSys_TreeView_Parent:hover {
        background-color: #666666;
    }


    .FormSys_TreeView_Parent a {
        width: 100%;
        font-weight: bold;
    }



.FormSys_TreeView_Leaf:hover {
    background-color: #FF6600;
}


.FormSys_TreeView_Node {
    padding-left: 2px;
    width: 100%;
    font-size: 14px;
    font-family: 楷体;
    margin-top: 3px;
    margin-bottom: 3px;
}


    .FormSys_TreeView_Node img {
        width: 120px;
    }




.FormSys_TreeViewItemImage img {
    width: 120px;
}



.FormSys_dynamicPopulate_Updating {
    background-image: url("/Communities/Common/Themes/Arc_CHS/Images/loading.gif");
    background-repeat: no-repeat;
    border: silver 1px inset;
    text-align: center;
    padding: 2px;
    height: 2em;
    margin: 5px;
    width: 200px;
}







/* Accordion */
.FormSys_accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


    .FormSys_accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }


        .FormSys_accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }


.FormSys_accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


    .FormSys_accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }


        .FormSys_accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }


.FormSys_accordionContent {
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}




.Menu {
    padding: 0px;
    border-bottom-style: ridge;
    border-bottom-width: 3px;
    border-bottom-color: #006699;
    width: 100%;
}



.Menu_Static {
    padding: 5px;
    font-family: 宋体;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}


.Menu_Static_Selected {
    padding: 5px;
    font-family: 宋体;
    font-size: 13px;
    font-weight: bold;
    background-color: #FB8862;
}


    .Menu_Static_Selected a {
        padding: 4px 5px 4px 5px;
        font-size: 13px;
        font-weight: bold;
        background-color: #FB8862;
    }


.Menu_Static_Hover {
    font-size: 13px;
    font-weight: bold;
    background-color: #00CCFF;
}


.Menu_Dynamical {
    padding: 5px;
    border: 4px solid #993300;
    font-family: 华文细黑;
    font-size: 14px;
    z-index: 500;
}


.Menu_Dynamical_Item {
    padding: 3px 5px 3px 5px;
}





.Menu_Dynamical_Hover {
    font-size: 13px;
    background-color: #339933;
}


    .Menu_Dynamical_Hover a {
        font-size: 13px;
        color: #CC00CC;
    }


.FormSys_MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}


.FormSys_MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}


.FormSys_MaskedEditError {
    background-color: #ffcccc;
}


.FormSys_MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}


.FormSys_MaskedEditBlurNegative {
    color: #ff0000;
}


.FormSys_NavVertical {
    font-weight: bold;
    white-space: nowrap;
    font-family: 黑体;
    display:block;
}

.FormSys_NavBig {
    padding: 5px;
    width: 180px;
    color: #3dcc82;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    font-family: 黑体;
}



.FormSys_Nav {
    color: #333333;
    font-size: 14px;
    display: block;
    border-radius: 7px;
    border-width: 1px;
    border-style: ridge;
    border-color: #994b31;
    white-space: nowrap;
    font-family: '微软雅黑 Light';
    display: inline-block;
    margin: 5px;
    width: 80px;
    overflow: hidden;
    text-align:center;
}


.FormSys_NavSelected {
    color: #333333;
    font-size: 14px;
    display: block;
    border-radius: 7px;
    border-width: 1px;
    border-bottom-style: ridge;
    border-color: #f1a61a;
    white-space: nowrap;
    font-family: '微软雅黑 Light';
    background-color: #ecd0c6;
    margin: 5px;
    width: 80px;
    overflow:hidden;
}


.FormSys_Nav:hover {
    background-color: #E2E2E2;
    color: #0000CC;
}



.FormSys_Nav a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    margin: 5px;
}


.FormSys_Nav button {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}


    .FormSys_Nav a:hover {
        margin: 5px;
        padding: 5px;
        color: #00CC00;
        font-size: 14px;
        font-weight: bold;
    }


.FormSys_NavSmall {
    margin: 5px;
    padding: 5px;
    color: #81b565;
    font-size: 14px;
    font-weight: normal;
    font-family: 黑体;
    cursor: pointer;
    background-color: #e8e4e4;
    text-wrap: none;
    display:inline-block;
}


.FormSys_NavSmallSelected {
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    background-color: #D4D4D4;
}


.FormSys_NavSmall:hover {
    background-color: #E2E2E2;
    color: #0000CC;
}


.FormSys_NavSmall a {
    color:black;
    font-size: 14px;
    font-weight: normal;
    font-family: 仿宋;
    text-wrap: none;
}


.FormSys_NavOp {
    color: black;
    display: inline-block;
    padding: 5px;
    font-family: 黑体;

    border-radius: 5px;
   
    margin:5px;
    text-align:center;
    background-color:#e1e4e6;
}


    .FormSys_NavOp:hover {
        color: red;
    }


    .FormSys_NavOp a {
        color: darkgray;
    }


.FormSys_NavSearch {
    margin: 5px;
    text-align:center;
    color: blueviolet;
    font-size: 14px;
    font-weight: normal;
    font-family: 黑体;
    cursor: pointer;
}


.FormSys_NavSearchSelected {
    margin: 5px;
    padding: 5px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    font-family: 黑体;
    cursor: pointer;
    background-color: burlywood;
}


.FormSys_NavSearch:hover {
    background-color: #E2E2E2;
    color: #0000CC;
}


.FormSys_NavSearch a {
    font-size: 14px;
    font-weight: normal;
    font-family: 仿宋;
}


.FormSys_ListItemTitle{
    color:black;
    font-size:15px;
    
}

.FormSys_ListItem ul {
    border: dotted;
    border-width: 1px;
}




.FormSys_ListItem li {
    color: #333333;
    font-size: 12px;
    font-family: 黑体;
    color: darkblue;
    font-weight: normal;
}


    .FormSys_ListItem li a {
        color: #999999;
        font-size: 12px;
        font-weight: normal;
    }

/*module*/

/* FormSys_BreadCrumb Navigation */

.FormSys_BreadCrumb {
    padding: 5px;
    color: #000000;
    font-size: 14px;
    font-family: 黑体;
    font-weight: bold;
    background-color: #E5E5E5;
}


    .FormSys_BreadCrumb a {
        padding: 5px;
        font-weight: bold;
        color: #808080;
    }


        .FormSys_BreadCrumb a:hover {
            color: #000000;
            text-decoration: underline;
            background-color: #3366CC;
        }


.FormSys_Sorter {
    padding: 5px;
    color: #000000;
    font-size: 12px;
    clear: both;
    background-color: #e2e8ea;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: right;
}







/***************************
  Modules 
***************************/



/* Articles */


/* Books */




/* Downloads */

/* Events */

/* Links */


/* Parent Section */


/* Photo Gallery */





/* Discuss */


/* Comments */

/* Topic Menu */

/* Search */


/* Web Box */


/* Forum Login */
     版权所有 © -- 2024
              
    
Powered by :